From f158865e6a62844e4594688eb895abb9459eaa9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Tue, 24 Sep 2024 10:53:42 +0200 Subject: [PATCH] Adjust changelog for release 3.4.2 --- CHANGELOG.md | 6 ++++++ gradle/changelog/pagination-sorting.yml | 2 -- gradle/changelog/show_pdf_files.yaml | 2 -- 3 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 gradle/changelog/pagination-sorting.yml delete mode 100644 gradle/changelog/show_pdf_files.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index c6af85f840..a2360a316c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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). +## [3.4.2] - 2024-09-24 +### Fixed +- Fix sorting error caused by some namespace/name constellations +- Show PDF files in Firefox + ## [3.4.1] - 2024-08-29 ### Fixed - The environment variable for defining the log directory is now applied @@ -1604,3 +1609,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.3.0]: https://scm-manager.org/download/3.3.0 [3.4.0]: https://scm-manager.org/download/3.4.0 [3.4.1]: https://scm-manager.org/download/3.4.1 +[3.4.2]: https://scm-manager.org/download/3.4.2 diff --git a/gradle/changelog/pagination-sorting.yml b/gradle/changelog/pagination-sorting.yml deleted file mode 100644 index ab7aa72a03..0000000000 --- a/gradle/changelog/pagination-sorting.yml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Fix sorting error caused by some namespace/name constellations diff --git a/gradle/changelog/show_pdf_files.yaml b/gradle/changelog/show_pdf_files.yaml deleted file mode 100644 index 310ead27a4..0000000000 --- a/gradle/changelog/show_pdf_files.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Show PDF files in Firefox