diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2019-02-01 20:34:17 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2019-02-01 20:34:17 +0200 |
commit | ec8bfc04f428713c9f51375da45de6087b1c4901 (patch) | |
tree | ac3540bdb6a6a432395f42fa0fe92ee06c0950bc /CHANGELOG.md | |
parent | 58500bff1a0db6e41941d5a1ce1a2719ebf8348e (diff) | |
download | pf4j-ec8bfc04f428713c9f51375da45de6087b1c4901.tar.gz pf4j-ec8bfc04f428713c9f51375da45de6087b1c4901.zip |
Add version 2.6.0 to changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab4a83..fc1f9e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [Unreleased][unreleased] #### Fixed + +#### Changed + +#### Added + +#### Removed + +### [2.6.0] - 2019-02-01 + +#### Fixed - [#273]: `ServiceProviderExtensionFinder` should scan the whole classpath - [#276]: The plugins in the demo did not load successfully - [#277]: Configures plugin manager to load "HowdyGreeting" using the services @@ -286,7 +296,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Removed -[unreleased]: https://github.com/decebals/pf4j/compare/release-2.5.0...HEAD +[unreleased]: https://github.com/decebals/pf4j/compare/release-2.6.0...HEAD +[2.6.0]: https://github.com/decebals/pf4j/compare/release-2.5.0...release-2.6.0 [2.5.0]: https://github.com/decebals/pf4j/compare/release-2.4.0...release-2.5.0 [2.4.0]: https://github.com/decebals/pf4j/compare/release-2.3.0...release-2.4.0 [2.3.0]: https://github.com/decebals/pf4j/compare/release-2.2.0...release-2.3.0 |