From d03e3562d990336117a4cc2375e5e395b3a4e830 Mon Sep 17 00:00:00 2001 From: optyfr <17027109+optyfr@users.noreply.github.com> Date: Fri, 12 Apr 2024 21:06:02 +0200 Subject: [PATCH] update main changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c6f8940..c303d5ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,14 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Fixed +## [3.0.3] +### Fixed +- jdk.zipfs was missing in bundled JDK packages + +### Changed +- update jdk to 21.0.2+13 + + ## [3.0.2] ### Fixed - zip4j's rename is malfunctioning (it renames too much), switched back to jdk's ZipFileSystem for this operation while waiting our submitted PR to be merged and a new zip4j version released + ## [3.0.1] ### Fixed - Urgent fix for "Comparison method violates its general contract!" on Report entries sorting + ## [3.0.0] ### Added/Changed - See all previous 3.0.0 beta versions @@ -509,7 +519,8 @@ dir but one is not present (should be green) Initial release -[Unreleased]: https://github.com/optyfr/JRomManager/compare/3.0.2...HEAD +[Unreleased]: https://github.com/optyfr/JRomManager/compare/3.0.3...HEAD +[3.0.3]: https://github.com/optyfr/JRomManager/compare/3.0.2...3.0.3 [3.0.2]: https://github.com/optyfr/JRomManager/compare/3.0.1...3.0.2 [3.0.1]: https://github.com/optyfr/JRomManager/compare/3.0.0...3.0.1 [3.0.0]: https://github.com/optyfr/JRomManager/compare/3.0.0-beta.20...3.0.0