aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2019-11-29 21:45:26 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2019-11-29 21:45:26 +0200
commit9b03dfa50cd8a9ce56f72d0e9754b5688c332010 (patch)
treebcef25c182f55b96fe97b6e1411c04de0db29c16 /CHANGELOG.md
parent45eeec8a724029d9f8c2175528e1b0a975de205e (diff)
downloadpf4j-9b03dfa50cd8a9ce56f72d0e9754b5688c332010.tar.gz
pf4j-9b03dfa50cd8a9ce56f72d0e9754b5688c332010.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 438bdeb..5da87e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,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
#### Changed
@@ -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