aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2019-09-08 21:29:34 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2019-09-08 21:29:34 +0300
commitaf9a91aac495e74d0b40d62ed1ec41a82bce8860 (patch)
treefab052a596ff3f63107425a345aaa4a8143ff43f
parentcc6fe5e389bac639d9f5e2e3897a83e7a685bd53 (diff)
downloadpf4j-af9a91aac495e74d0b40d62ed1ec41a82bce8860.tar.gz
pf4j-af9a91aac495e74d0b40d62ed1ec41a82bce8860.zip
Add version 3.0.0 to changelog
-rw-r--r--CHANGELOG.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12e7968..d6bed07 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.0.0] - 2019-06-12
+
+#### Fixed
- [#297]: Loading extensions may shutdown the application
- Fix the plugin directory will be deleted anyway in unzip `extract` method
- [#309]: Can't delete/remove unloaded plugin
@@ -323,7 +333,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Removed
-[unreleased]: https://github.com/decebals/pf4j/compare/release-2.6.0...HEAD
+[unreleased]: https://github.com/decebals/pf4j/compare/release-3.0.0...HEAD
+[3.0.0]: https://github.com/decebals/pf4j/compare/release-2.6.0...release-3.0.0
[2.6.0]: https://github.com/decebals/pf4j/compare/release-2.5.0...release-2.6.0
[2.5.0]: https://github.com/decebals/pf4j/compare/release-2.4.0...release-2.5.0
[2.4.0]: https://github.com/decebals/pf4j/compare/release-2.3.0...release-2.4.0