]> source.dussan.org Git - pf4j.git/commitdiff
Update changelog
authorDecebal Suiu <decebal.suiu@gmail.com>
Fri, 29 Nov 2019 19:45:26 +0000 (21:45 +0200)
committerDecebal Suiu <decebal.suiu@gmail.com>
Fri, 29 Nov 2019 19:45:26 +0000 (21:45 +0200)
CHANGELOG.md

index 438bdeb03171bafff5c3c59bda8eef4abc2f0500..5da87e424aa599ed3ef55bfdf0a702d258c03ccc 100644 (file)
@@ -4,6 +4,22 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 
 ### [Unreleased][unreleased]
 
+#### Fixed
+- Fix flaky test `DefaultPluginRepositoryTest.testGetPluginArchive`
+- [#349]: Fix Gradle demo
+
+#### Changed
+- Add more defense in `ExtensionAnnotationProcessor` (error message if something is wrong)
+- Add more tests in `ExtensionAnnotationProcessorTest`
+
+#### Added
+- [#348]: Found extensions when using decorated annotations
+- [#350]: Support any interface as an `ExtensionPoint`
+
+#### Removed
+
+### [3.1.0] - 2019-09-08
+
 #### Fixed
 - [#335]: `DefaultPluginStatusProvider.enablePlugin` function seems to be wrong
 
@@ -338,7 +354,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 
 #### Removed
 
-[unreleased]: https://github.com/decebals/pf4j/compare/release-3.0.0...HEAD
+[unreleased]: https://github.com/decebals/pf4j/compare/release-3.1.0...HEAD
+[3.1.0]: https://github.com/decebals/pf4j/compare/release-3.0.0...release-3.1.0
 [3.0.0]: https://github.com/decebals/pf4j/compare/release-2.6.0...release-3.0.0
 [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
@@ -358,6 +375,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
 
+[#350]: https://github.com/pf4j/pf4j/pull/350
+[#349]: https://github.com/pf4j/pf4j/pull/349
+[#348]: https://github.com/pf4j/pf4j/pull/348
 [#337]: https://github.com/pf4j/pf4j/pull/337
 [#335]: https://github.com/pf4j/pf4j/issues/335
 [#330]: https://github.com/pf4j/pf4j/pull/330