From: Decebal Suiu Date: Thu, 7 Jul 2016 18:27:55 +0000 (+0300) Subject: Update CHANGELOG.md X-Git-Tag: release-1.0.0~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2589b7652f7fc7448a6515eee9d6629036a31bf1;p=pf4j.git Update CHANGELOG.md --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f4b95..c65c980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,25 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [Unreleased][unreleased] #### Fixed +- [#99]: NPE in `DefaultPluginManager.stopPlugin()` +- [#100]: Gradle build in demo_gradle is broken +- [#103]: Gradle demos don't build zip with libs +- Fix logging issue in demo #### Changed +- Rework defense against [#97] +- Eliminate duplicate log messages from demo +- Improve debugging for "no extensions found" #### Added #### Removed +### [0.13.1] - 2016-04-01 + +#### Fixed +- [#98]: WARN ro.fortsoft.pf4j.AbstractExtensionFinder (too many log lines) + ### [0.13.0] - 2016-03-28 #### Fixed @@ -89,12 +101,17 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Removed -[unreleased]: https://github.com/decebals/pf4j/compare/release-0.13.0...HEAD +[unreleased]: https://github.com/decebals/pf4j/compare/release-0.13.1...HEAD +[0.13.1]: https://github.com/decebals/pf4j/compare/release-0.13.0...release-0.13.1 [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 +[#103]: https://github.com/decebals/pf4j/issues/103 +[#100]: https://github.com/decebals/pf4j/issues/100 +[#99]: https://github.com/decebals/pf4j/issues/99 +[#98]: https://github.com/decebals/pf4j/issues/98 [#97]: https://github.com/decebals/pf4j/issues/97 [#91]: https://github.com/decebals/pf4j/issues/91 [#89]: https://github.com/decebals/pf4j/pull/89