From 6057852fe96835fdab1d1c3cb80926593a8670c9 Mon Sep 17 00:00:00 2001 From: Decebal Suiu Date: Tue, 29 Mar 2016 10:20:28 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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 -- 2.39.5