aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2016-03-29 10:20:28 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2016-03-29 10:20:28 +0300
commit6057852fe96835fdab1d1c3cb80926593a8670c9 (patch)
tree6ca3ce56bc7e078067eba4a2f5daee25d99d040a
parent526c787ddf1a9ef43aeba922d8e41e2ad139d1fa (diff)
downloadpf4j-6057852fe96835fdab1d1c3cb80926593a8670c9.tar.gz
pf4j-6057852fe96835fdab1d1c3cb80926593a8670c9.zip
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d3dfefc..a727383 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,24 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Removed
+### [0.13.0] - 2016-03-28
+
+#### Fixed
+- Fix issue with listing files from the jar file in `readPluginsStorages()`
+- [#89]: Fix "URI is not hierarchical" issue
+- [#91]: Using project lombok with pf4j causes javax.annotation.processing.FilerException
+
+#### Changed
+- Log with trace level on PluginClassLoader
+
+#### Added
+- Add `distributionManagement` section in `pom.xml`
+- Add defense to [#97] (Create ExtensionPoint in plugin and access that in a different one)
+- Add helper `DefaultExtensionFinder.addServiceProviderExtensionFinder()`
+
+#### Removed
+- Disable `ServiceProviderExtensionFinder` from `DefaultExtensionFinder`
+
### [0.12.0] - 2016-01-29
#### Fixed
@@ -71,11 +89,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Removed
-[unreleased]: https://github.com/decebals/pf4j/compare/release-0.12.0...HEAD
+[unreleased]: https://github.com/decebals/pf4j/compare/release-0.13.0...HEAD
+[0.13.0]: https://github.com/decebals/pf4j/compare/release-0.12.0...release-0.13.0
[0.12.0]: https://github.com/decebals/pf4j/compare/release-0.11.0...release-0.12.0
[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
+[#97]: https://github.com/decebals/pf4j/issues/97
+[#91]: https://github.com/decebals/pf4j/issues/91
+[#89]: https://github.com/decebals/pf4j/pull/89
[#85]: https://github.com/decebals/pf4j/issues/85
[#84]: https://github.com/decebals/pf4j/issues/84
[#83]: https://github.com/decebals/pf4j/issues/83