diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2023-09-06 18:06:50 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2023-09-06 18:06:50 +0300 |
commit | 7fddf8f891f49e23f5b2badee69708e140320de5 (patch) | |
tree | 9e80b800d7a50c9b2117cb9a937ddaba3dda3087 /CHANGELOG.md | |
parent | 8e0aa198c4e652cfc1eb9e05ca9b64397f67cc72 (diff) | |
download | pf4j-7fddf8f891f49e23f5b2badee69708e140320de5.tar.gz pf4j-7fddf8f891f49e23f5b2badee69708e140320de5.zip |
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba133e..88a1040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [Unreleased][unreleased] #### Fixed +- [#526]: Path Traversal when unzip zip file #### Changed +- Update compile-testing dependency from 0.18 to 0.21.0 +- [#514]: Switch to slf4j-2.x and replace log4j with slf4j-simple +- [#515]: Improve class generation for testing +- [#517]: Update Gradle demo to pass plugin dependencies into Manifest +- [#524]: Keep the access modifier consistent #### Added @@ -434,6 +440,11 @@ 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 +[#526]: https://github.com/pf4j/pf4j/issues/526 +[#524]: https://github.com/pf4j/pf4j/issues/524 +[#517]: https://github.com/pf4j/pf4j/pull/517 +[#515]: https://github.com/pf4j/pf4j/pull/515 +[#514]: https://github.com/pf4j/pf4j/pull/514 [#512]: https://github.com/pf4j/pf4j/pull/512 [#508]: https://github.com/pf4j/pf4j/issues/508 [#492]: https://github.com/pf4j/pf4j/issues/492 |