]> source.dussan.org Git - pf4j.git/commitdiff
Update changelog
authorDecebal Suiu <decebal.suiu@gmail.com>
Sun, 8 Sep 2019 18:38:33 +0000 (21:38 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Sun, 8 Sep 2019 18:38:33 +0000 (21:38 +0300)
CHANGELOG.md

index d6bed0766c8687afba1d86481ce0a75f3ce5f392..438bdeb03171bafff5c3c59bda8eef4abc2f0500 100644 (file)
@@ -5,10 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 ### [Unreleased][unreleased]
 
 #### Fixed
+- [#335]: `DefaultPluginStatusProvider.enablePlugin` function seems to be wrong
 
 #### Changed
+- [#328]: Modified `PluginState` to an enum
+- [#330]: Make `AbstractPluginManager` fields protected
 
 #### Added
+- [#323]: Add IDEA classpath for Development mode
+- [#337]: Implement `PluginClassLoader.getResources`
 
 #### Removed
 
@@ -353,6 +358,11 @@ 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
 
+[#337]: https://github.com/pf4j/pf4j/pull/337
+[#335]: https://github.com/pf4j/pf4j/issues/335
+[#330]: https://github.com/pf4j/pf4j/pull/330
+[#328]: https://github.com/pf4j/pf4j/pull/328
+[#323]: https://github.com/pf4j/pf4j/pull/323
 [#322]: https://github.com/pf4j/pf4j/pull/322
 [#311]: https://github.com/pf4j/pf4j/issues/311
 [#309]: https://github.com/pf4j/pf4j/issues/309