aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJan Høydahl <janhoy@users.noreply.github.com>2017-04-04 14:46:59 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2017-04-04 15:46:59 +0300
commit287e6a3ee23f1da9f00a9c779557954e10d2c61e (patch)
tree3e6fcfd9b0fb9ae3d6d25bb137ad6b942bcb77cc /CHANGELOG.md
parentedbb541b86efd5424d5d1fa38713ec42792c88a6 (diff)
downloadpf4j-287e6a3ee23f1da9f00a9c779557954e10d2c61e.tar.gz
pf4j-287e6a3ee23f1da9f00a9c779557954e10d2c61e.zip
Refactor of requires in PluginDescriptor (breaking change) (#138)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 991f367..9319bc4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,10 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### [Unreleased][unreleased]
#### Fixed
+- [#129]: Properties Descriptor finder bug fixes and a test
+- [#131]: Fix bug in loadJars(), did not add `/lib` to classloader
+- [#134]: getVersion() use wrong class for calculating PF4J version
+- [#135]: deletePlugin() failed to delete plugin folder with contents
+- [#137]: The requires Expression does not print well
#### Changed
+- [#130]: Refactor validation of PluginDescriptors
+- [#138]: Refactor of requires in PluginDescriptor (breaking change)
#### Added
+- [#133]: Support for adding license information to the plugins
+- [#136]: Delete plugin zip on uninstall
#### Removed