aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2016-07-07 21:27:55 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2016-07-07 21:27:55 +0300
commit2589b7652f7fc7448a6515eee9d6629036a31bf1 (patch)
treea624d84f18395361640b5ced0809b18b081c24a9 /CHANGELOG.md
parent0383a8e3df1fb327492885a5a73990f2e04216d6 (diff)
downloadpf4j-2589b7652f7fc7448a6515eee9d6629036a31bf1.tar.gz
pf4j-2589b7652f7fc7448a6515eee9d6629036a31bf1.zip
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 18 insertions, 1 deletions
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