Skip to content

Commit

Permalink
update main changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
optyfr committed Apr 12, 2024
1 parent 3f1c259 commit d03e356
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d03e356

Please sign in to comment.