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