From: Decebal Suiu Date: Mon, 24 Jun 2024 14:11:31 +0000 (+0300) Subject: Update changelog X-Git-Tag: release-3.12.0~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9080070ef3ae5af14fb750668afdd26ed73443ff;p=pf4j.git Update changelog --- 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