aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2020-04-21 16:32:26 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2020-04-21 16:32:39 +0300
commit531fc5709f2888ef48dd09ef7ebc30d832ea2c76 (patch)
tree4d27cd8c9894a8216549e30667b807200df0b0e5
parentbd2155b46e0f99a36e154e16ee244e6bfb0a03d1 (diff)
downloadpf4j-531fc5709f2888ef48dd09ef7ebc30d832ea2c76.tar.gz
pf4j-531fc5709f2888ef48dd09ef7ebc30d832ea2c76.zip
Add version 3.3.0 to changelog
-rw-r--r--CHANGELOG.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3945e22..ff65b17 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.3.0] - 2020-04-21
+
+#### Fixed
- [#355]: Cannot remove plugin jar file after unloading
- [#359]: Calls to `File.mkdirs` in unzip logic may silently fail
- [#363]: StackOverflow in `AbstractExtensionFinder.findExtensionAnnotation`
@@ -372,7 +382,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Removed
-[unreleased]: https://github.com/decebals/pf4j/compare/release-3.2.0...HEAD
+[unreleased]: https://github.com/decebals/pf4j/compare/release-3.3.0...HEAD
+[3.3.0]: https://github.com/decebals/pf4j/compare/release-3.2.0...release-3.3.0
[3.2.0]: https://github.com/decebals/pf4j/compare/release-3.1.0...release-3.2.0
[3.1.0]: https://github.com/decebals/pf4j/compare/release-3.0.0...release-3.1.0
[3.0.0]: https://github.com/decebals/pf4j/compare/release-2.6.0...release-3.0.0