diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-11-29 01:30:38 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-11-29 01:30:38 +0200 |
commit | 423d0880707e27fa8dfd6738400e156ff14e80a2 (patch) | |
tree | 45eb5f79a0b067138d41912f4701f503e7cb8809 | |
parent | eef1d1ff5abc5b37f8efc67ff43dea4234fa8adf (diff) | |
download | pf4j-423d0880707e27fa8dfd6738400e156ff14e80a2.tar.gz pf4j-423d0880707e27fa8dfd6738400e156ff14e80a2.zip |
Add version 3.13.0 to changelog
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 986c08e..b7aed05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,21 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [Unreleased][unreleased] #### Fixed -- [#595]: Fix StackOverFlow error on Kotlin classes without @Extension #### Changed -- [#594]: Always check for ClassLoaders differences in AbstractExtensionFinder #### Added #### Removed +### [3.13.0] - 2024-11-29 + +#### Fixed +- [#595]: Fix StackOverFlow error on Kotlin classes without @Extension + +#### Changed +- [#594]: Always check for ClassLoaders differences in AbstractExtensionFinder + ### [3.12.1] - 2024-10-12 #### Fixed @@ -465,6 +471,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Added test for DefaultPluginRepository [unreleased]: https://github.com/decebals/pf4j/compare/release-3.12.1...HEAD +[3.13.0]: https://github.com/decebals/pf4j/compare/release-3.12.1...release-3.13.0 [3.12.1]: https://github.com/decebals/pf4j/compare/release-3.12.0...release-3.12.1 [3.12.0]: https://github.com/decebals/pf4j/compare/release-3.11.1...release-3.12.0 [3.11.1]: https://github.com/decebals/pf4j/compare/release-3.11.0...release-3.11.1 |