From a8e53f8bf39f0388e6582411d55ac4d97ae21d24 Mon Sep 17 00:00:00 2001 From: Thorge Petersen <petersen@rz.uni-kiel.de> Date: Mon, 27 Nov 2023 10:24:39 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 328feecc..cd9bda78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- Introduced text ellipsis functionality to handle long dataset description texts and distribution descriptions. +- Enhanced dataset pages by displaying comprehensive contact information, including author, maintainer, creator, and contact person. + +### Changed + +- Fixed missing license properties (`od_conformance`, `ods_conformance`) in the license configuration. + ## [2.3.0] ### Added @@ -41,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Replaced `before_search` with `before_dataset_search` - Replaced `after_search` with `after_dataset_search` - Replaced `before_index` with `before_dataset_index` -- Updated minimu version of ckanext-spatial extension to `2.0.0`. +- Updated minimum version of ckanext-spatial extension to `2.0.0`. - Moved `fanstatic` webassets to `assets` directory. ## [2.2.0] -- GitLab