diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2023-09-06 18:12:07 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2023-09-06 18:12:07 +0300 |
commit | 4daa650d18996bea0107f6a8afe74273222528cb (patch) | |
tree | 9448c158708b5922086083efa41098a5b9e9c552 | |
parent | 7fddf8f891f49e23f5b2badee69708e140320de5 (diff) | |
download | pf4j-4daa650d18996bea0107f6a8afe74273222528cb.tar.gz pf4j-4daa650d18996bea0107f6a8afe74273222528cb.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 88a1040..101adb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Fixed - [#526]: Path Traversal when unzip zip file +- [#527]: Wrong judgment condition for ignoreComments #### Changed - Update compile-testing dependency from 0.18 to 0.21.0 @@ -440,6 +441,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 +[#527]: https://github.com/pf4j/pf4j/issues/527 [#526]: https://github.com/pf4j/pf4j/issues/526 [#524]: https://github.com/pf4j/pf4j/issues/524 [#517]: https://github.com/pf4j/pf4j/pull/517 |