aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2024-06-24 17:11:31 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2024-06-24 17:11:31 +0300
commit9080070ef3ae5af14fb750668afdd26ed73443ff (patch)
tree1b639121850201a850b77e0c6c57704e8036e1e8
parent2003e33798bacab45b2f0d10b65bebf13b0991a2 (diff)
downloadpf4j-9080070ef3ae5af14fb750668afdd26ed73443ff.tar.gz
pf4j-9080070ef3ae5af14fb750668afdd26ed73443ff.zip
Update changelog
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4813182..2108486 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,10 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### [Unreleased][unreleased]
#### Fixed
+- [#576]: Error due to incorrect dependency update after plugin deletion
#### Changed
+- [#584]: Consolidate demo projects in the 'demo' directory
#### Added
+- Add PluginClassLoader#isClosed method
#### Removed
@@ -16,7 +19,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Fixed
- [#574]: Plugin status can‘t change from STARTED to DISABLED
-- [#576]: Error due to incorrect dependency update after plugin deletion
- [#582]: Remove 'final' for AbstractPluginManager.getResolveRecoveryStrategy method
### [3.11.0] - 2024-03-06
@@ -478,6 +480,7 @@ 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
+[#584]: https://github.com/pf4j/pf4j/pull/584
[#582]: https://github.com/pf4j/pf4j/issues/582
[#576]: https://github.com/pf4j/pf4j/issues/576
[#574]: https://github.com/pf4j/pf4j/issues/574