aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2024-11-29 00:50:49 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2024-11-29 00:50:49 +0200
commitca7d9f6b5ca36a2068efbcd51f785d0804573c38 (patch)
tree2f5188dab4fc7284f09a98f023119411b2569c20
parent0e19e3a9bda015cfb472e72b1c4dfc81f86f8df3 (diff)
downloadpf4j-ca7d9f6b5ca36a2068efbcd51f785d0804573c38.tar.gz
pf4j-ca7d9f6b5ca36a2068efbcd51f785d0804573c38.zip
Update changelog
-rw-r--r--CHANGELOG.md4
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