aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2024-10-12 18:54:27 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2024-10-12 18:54:27 +0300
commitd134fe82457b6eeef15be404dbbd8610df190716 (patch)
treea67fb48cd24f6d6842f86d6dacf37e7c31f46318
parentde2a2ecfbad573151c7bf19f77ab0710362edbb1 (diff)
downloadpf4j-d134fe82457b6eeef15be404dbbd8610df190716.tar.gz
pf4j-d134fe82457b6eeef15be404dbbd8610df190716.zip
Update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 717b68b..8139696 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### [Unreleased][unreleased]
#### Fixed
+- [#586]: Plugin Extensions should be detected with any ClassLoadingStrategy
+- [#590]: Fix fire PluginStateEvent for STOPPED state
#### Changed
@@ -490,6 +492,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
+[#590]: https://github.com/pf4j/pf4j/issues/590
+[#586]: https://github.com/pf4j/pf4j/pull/586
[#584]: https://github.com/pf4j/pf4j/pull/584
[#582]: https://github.com/pf4j/pf4j/issues/582
[#576]: https://github.com/pf4j/pf4j/issues/576