diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-05-19 22:18:29 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-05-19 22:18:29 +0300 |
commit | 6139654df735bb6d7502454cd6cd7a6de65326b3 (patch) | |
tree | ba239630d5dd4955e1d41d4e12ff9bfe2ea960fd /CHANGELOG.md | |
parent | 05325821261cb96a3bc222c52fbfd1ac32fcd186 (diff) | |
download | pf4j-6139654df735bb6d7502454cd6cd7a6de65326b3.tar.gz pf4j-6139654df735bb6d7502454cd6cd7a6de65326b3.zip |
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ea360d1..6c25f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [Unreleased][unreleased] #### Fixed +- [#574]: Plugin status can‘t change from STARTED to DISABLED - [#582]: Remove 'final' for AbstractPluginManager.getResolveRecoveryStrategy method #### Changed @@ -472,6 +473,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 +[#574]: https://github.com/pf4j/pf4j/issues/574 [#568]: https://github.com/pf4j/pf4j/pull/568 [#567]: https://github.com/pf4j/pf4j/pull/567 [#566]: https://github.com/pf4j/pf4j/pull/566 |