diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2023-09-06 18:37:52 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2023-09-06 18:37:52 +0300 |
commit | e4d7c7b9ea0c9a32179c3e33da1403228838944f (patch) | |
tree | 0cf7a0f288f5186d21fba69572b095e08efb6ea4 /CHANGELOG.md | |
parent | 925a30a90cc6408d917492632f5f168c6f3688c4 (diff) | |
download | pf4j-e4d7c7b9ea0c9a32179c3e33da1403228838944f.tar.gz pf4j-e4d7c7b9ea0c9a32179c3e33da1403228838944f.zip |
Add version 3.10.0 to changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 101adb9..3a0f1f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [Unreleased][unreleased] #### Fixed + +#### Changed + +#### Added + +#### Removed + +### [3.10.0] - 2023-09-06 + +#### Fixed - [#526]: Path Traversal when unzip zip file - [#527]: Wrong judgment condition for ignoreComments @@ -15,10 +25,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [#517]: Update Gradle demo to pass plugin dependencies into Manifest - [#524]: Keep the access modifier consistent -#### Added - -#### Removed - ### [3.9.0] - 2023-01-30 #### Changed @@ -411,7 +417,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [#41]: Added plugin archive source abstraction - Added test for DefaultPluginRepository -[unreleased]: https://github.com/decebals/pf4j/compare/release-3.9.0...HEAD +[unreleased]: https://github.com/decebals/pf4j/compare/release-3.10.0...HEAD +[3.10.0]: https://github.com/decebals/pf4j/compare/release-3.9.0...release-3.10.0 [3.9.0]: https://github.com/decebals/pf4j/compare/release-3.8.0...release-3.9.0 [3.8.0]: https://github.com/decebals/pf4j/compare/release-3.7.0...release-3.8.0 [3.7.0]: https://github.com/decebals/pf4j/compare/release-3.6.0...release-3.7.0 |