diff --git a/CHANGELOG.md b/CHANGELOG.md index 328feecccf5f2d112bfeedf6d2875cef086fb840..cd9bda78dea86cf563c511e8f4849a403707f004 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]