From 1a6a47dde6c2e53d56ae4c72f0445938809f8cac Mon Sep 17 00:00:00 2001 From: Thorge Petersen <petersen@rz.uni-kiel.de> Date: Mon, 16 Dec 2024 06:20:40 +0100 Subject: [PATCH] Moved changelog list item to correct section (Unreleased) --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b105b5..a793db6 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. -- GitLab