diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2016-08-22 19:43:03 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2016-08-22 19:43:03 +0300 |
commit | 1937a441f7bbc94b770f113394556d409423ffc7 (patch) | |
tree | ba7448fdd779361fe9293f0119a10de714dbd6e4 /CHANGELOG.md | |
parent | 59fed935fb5f128b04bdb3b56a3d2643a633e0e7 (diff) | |
download | pf4j-1937a441f7bbc94b770f113394556d409423ffc7.tar.gz pf4j-1937a441f7bbc94b770f113394556d409423ffc7.zip |
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c0e23c..9d4d586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Fixed #### Changed +- [#107]: PluginDescriptor can't be extended #### Added +- [#108]: Return a list of all extensions from a plugin and optional for an extension point #### Removed @@ -119,6 +121,8 @@ 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 +[#108]: https://github.com/decebals/pf4j/pull/108 +[#107]: https://github.com/decebals/pf4j/issues/107 [#103]: https://github.com/decebals/pf4j/issues/103 [#100]: https://github.com/decebals/pf4j/issues/100 [#99]: https://github.com/decebals/pf4j/issues/99 |