]> source.dussan.org Git - pf4j.git/commitdiff
Update changelog
authorDecebal Suiu <decebal.suiu@gmail.com>
Fri, 3 Mar 2017 16:33:34 +0000 (18:33 +0200)
committerDecebal Suiu <decebal.suiu@gmail.com>
Fri, 3 Mar 2017 16:33:34 +0000 (18:33 +0200)
CHANGELOG.md

index 9b74c3091901e0ae37a9ee269ab37e5ad562ae10..18c312225134b84aa6a29fb54344fa9e61271a43 100644 (file)
@@ -5,10 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 ### [Unreleased][unreleased]
 
 #### Fixed
+- [#125]: Fix possible NPE
 
 #### Changed
+- [#116]: Updated PF4J to newest version in Gradle demo
+- Reactivate protection against the issues similar with [#97]
 
 #### Added
+- [#128]: Add `JarPluginManager`, `PluginLoader`, `AbstractPluginManager`
 
 #### Removed
 
@@ -40,7 +44,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 
 #### Fixed
 - [#99]: NPE in `DefaultPluginManager.stopPlugin()`
-- [#100]: Gradle build in demo_gradle is broken 
+- [#100]: Gradle build in demo_gradle is broken
 - [#103]: Gradle demos don't build zip with libs
 - Fix logging issue in demo
 
@@ -145,6 +149,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 [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
 
+[#128]: https://github.com/decebals/pf4j/pull/128
+[#125]: https://github.com/decebals/pf4j/pull/125
+[#122]: https://github.com/decebals/pf4j/pull/122
 [#116]: https://github.com/decebals/pf4j/issues/116
 [#111]: https://github.com/decebals/pf4j/pull/111
 [#108]: https://github.com/decebals/pf4j/pull/108