diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2016-11-17 00:35:03 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2016-11-17 00:35:03 +0200 |
commit | 86271f63f8200a1bdd6c7617d30092190b9c1f64 (patch) | |
tree | 2ab6d2d0859f4f706874e0215b50026a44adf200 /CHANGELOG.md | |
parent | 2ea7304c254cda1186f1991a4f82f8820ea3b308 (diff) | |
download | pf4j-86271f63f8200a1bdd6c7617d30092190b9c1f64.tar.gz pf4j-86271f63f8200a1bdd6c7617d30092190b9c1f64.zip |
Add version 1.1.1 in changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b4c2a..9b74c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,22 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [Unreleased][unreleased] #### Fixed + +#### Changed + +#### Added + +#### Removed + +### [1.1.1] - 2016-11-17 + +#### Fixed - [#116]: Default/System extensions are duplicated #### Changed #### Added +- [#111]: Add inheritance support on Extension annotation #### Removed @@ -124,7 +135,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Removed -[unreleased]: https://github.com/decebals/pf4j/compare/release-1.1.0...HEAD +[unreleased]: https://github.com/decebals/pf4j/compare/release-1.1.1...HEAD +[1.1.1]: https://github.com/decebals/pf4j/compare/release-1.1.0...release-1.1.1 [1.1.0]: https://github.com/decebals/pf4j/compare/release-1.0.0...release-1.1.0 [1.0.0]: https://github.com/decebals/pf4j/compare/release-0.13.1...release-1.0.0 [0.13.1]: https://github.com/decebals/pf4j/compare/release-0.13.0...release-0.13.1 @@ -134,6 +146,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). [0.10.0]: https://github.com/decebals/pf4j/compare/release-0.9.0...release-0.10.0 [#116]: https://github.com/decebals/pf4j/issues/116 +[#111]: https://github.com/decebals/pf4j/pull/111 [#108]: https://github.com/decebals/pf4j/pull/108 [#107]: https://github.com/decebals/pf4j/issues/107 [#103]: https://github.com/decebals/pf4j/issues/103 |