]> source.dussan.org Git - pf4j.git/commitdiff
Update CHANGELOG.md
authorDecebal Suiu <decebal.suiu@gmail.com>
Tue, 29 Mar 2016 07:20:28 +0000 (10:20 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Tue, 29 Mar 2016 07:20:28 +0000 (10:20 +0300)
CHANGELOG.md

index d3dfefc99b2098516f277401b7976a68747f01dd..a7273834124efa8de304d6745d3058f1f559b3f8 100644 (file)
@@ -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