aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2024-06-20 05:45:16 +0300
committerGitHub <noreply@github.com>2024-06-20 05:45:16 +0300
commit1f303dafb976fb9121da871973a293d09fdee755 (patch)
tree06ba5be1dc78087104496f718341bf8558975b43
parente3125f2998197d6f866abd1eb77a922103c1cace (diff)
downloadpf4j-1f303dafb976fb9121da871973a293d09fdee755.tar.gz
pf4j-1f303dafb976fb9121da871973a293d09fdee755.zip
Add missing fixed issue in CHANGELOG for release 3.11.1
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08022e9..4813182 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ 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 +479,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[0.10.0]: https://github.com/decebals/pf4j/compare/release-0.9.0...release-0.10.0
[#582]: https://github.com/pf4j/pf4j/issues/582
+[#576]: https://github.com/pf4j/pf4j/issues/576
[#574]: https://github.com/pf4j/pf4j/issues/574
[#568]: https://github.com/pf4j/pf4j/pull/568
[#567]: https://github.com/pf4j/pf4j/pull/567