diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b105b5d917e850eb50994d745c85ef82c20275a..a793db6a4b8f763c925668aac0339a6950ec074f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated `tag_name_validator` to replace newlines with whitespaces and ensure tags are non-empty during validation. +- Replaced `schema:startDate` with `dcat:startDate` and `schema:endDate` with `dcat:endDate` in test files. ## [2.4.4] 2024-09-23 @@ -17,10 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added an alert in the dataset edit form if a GUID was detected in the dataset, advising users to avoid manual editing and to contact the publisher for any data change requests. -### Changed - -- Replaced `schema:startDate` with `dcat:startDate` and `schema:endDate` with `dcat:endDate` in test files. - ### Fixed - Fix search input behavior to remember the last entered value.