diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-05-19 22:09:49 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-05-19 22:09:49 +0300 |
commit | 115d25325ced9ab33b9351231257b94afd286e88 (patch) | |
tree | fd0f59cca00f26d906f275041cac2a8f860e1f98 | |
parent | 648799ab3fac6d5dbc117b8d9b27b84758ba088e (diff) | |
download | pf4j-115d25325ced9ab33b9351231257b94afd286e88.tar.gz pf4j-115d25325ced9ab33b9351231257b94afd286e88.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c4d2b4a..6fe8864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [Unreleased][unreleased] #### Fixed +- [#582] Remove 'final' for AbstractPluginManager.getResolveRecoveryStrategy method #### Changed @@ -470,6 +471,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 +[#582]: https://github.com/pf4j/pf4j/issues/582 [#568]: https://github.com/pf4j/pf4j/pull/568 [#567]: https://github.com/pf4j/pf4j/pull/567 [#566]: https://github.com/pf4j/pf4j/pull/566 |