aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2018-12-11 21:08:01 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2018-12-11 21:08:01 +0200
commit00fe616b4c0dbe3c46978ce9c794d25fb4d2555d (patch)
tree29e2b3cd519c121885a1c277be6f60b32e65dd6f /CHANGELOG.md
parent7d045578409ef2a65ced46a11ecd05b372f41a67 (diff)
downloadpf4j-00fe616b4c0dbe3c46978ce9c794d25fb4d2555d.tar.gz
pf4j-00fe616b4c0dbe3c46978ce9c794d25fb4d2555d.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d4bdc0..d0f32ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,10 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### [Unreleased][unreleased]
#### Fixed
+- [#248]: Plugin upgrade version order not guaranteed
+- [#250]: Method `DependencyResolver.resolve` removes dependents in check version block
+- [#252]: `java.nio.file.FileSystemNotFoundException`
#### Changed
+- [#209]: Why "plugin.properties" is required?
#### Added
+- [#242]: Add delete hook method in `Plugin`
+- [#256]: Adds ability to configure plugin directory
#### Removed
@@ -278,6 +284,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
+[#256]: https://github.com/pf4j/pf4j/pull/256
+[#252]: https://github.com/pf4j/pf4j/issues/252
+[#250]: https://github.com/pf4j/pf4j/issues/250
+[#248]: https://github.com/pf4j/pf4j/issues/248
+[#242]: https://github.com/pf4j/pf4j/issues/242
[#233]: https://github.com/pf4j/pf4j/pull/233
[#232]: https://github.com/pf4j/pf4j/issues/232
[#229]: https://github.com/pf4j/pf4j/issues/229
@@ -285,6 +296,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[#222]: https://github.com/pf4j/pf4j/pull/222
[#219]: https://github.com/pf4j/pf4j/pull/219
[#218]: https://github.com/pf4j/pf4j/issues/218
+[#209]: https://github.com/pf4j/pf4j/issues/209
[#206]: https://github.com/pf4j/pf4j/issues/206
[#203]: https://github.com/pf4j/pf4j/issues/203
[#202]: https://github.com/pf4j/pf4j/issues/202