diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-11-29 00:50:49 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-11-29 00:50:49 +0200 |
commit | ca7d9f6b5ca36a2068efbcd51f785d0804573c38 (patch) | |
tree | 2f5188dab4fc7284f09a98f023119411b2569c20 | |
parent | 0e19e3a9bda015cfb472e72b1c4dfc81f86f8df3 (diff) | |
download | pf4j-ca7d9f6b5ca36a2068efbcd51f785d0804573c38.tar.gz pf4j-ca7d9f6b5ca36a2068efbcd51f785d0804573c38.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f3449..986c08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,10 @@ 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 @@ -497,6 +499,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). [0.11.0]: https://github.com/decebals/pf4j/compare/release-0.10.0...release-0.11.0 [0.10.0]: https://github.com/decebals/pf4j/compare/release-0.9.0...release-0.10.0 +[#595]: https://github.com/pf4j/pf4j/pull/595 +[#594]: https://github.com/pf4j/pf4j/issues/594 [#590]: https://github.com/pf4j/pf4j/issues/590 [#586]: https://github.com/pf4j/pf4j/pull/586 [#584]: https://github.com/pf4j/pf4j/pull/584 |