aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2020-11-08 20:57:41 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2020-11-08 20:57:41 +0200
commit3e451dfbc02959036e8e1cf5885cf418ca5aa94c (patch)
treef5f247aa368a28afded6356b537a1305c035fe89
parentf6ede83be37a29b069a602fdf4b4864c16f2c3d2 (diff)
downloadpf4j-3e451dfbc02959036e8e1cf5885cf418ca5aa94c.tar.gz
pf4j-3e451dfbc02959036e8e1cf5885cf418ca5aa94c.zip
Update changelog
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1df520..0dc7424 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,10 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### [Unreleased][unreleased]
#### Fixed
+- [#378]: Wrong log message
+- [#396]: `WrongDependencyVersionException` logs do not contain any info
#### Changed
+- [#395]: Make ClassLoadingStrategy's constructor public
+- [#398]: Make `DefaultPluginDescriptor#addDependency` usable
+- [#402]: Bucketed caching in `SingletonExtensionFactory`
#### Added
+- [#400]: Add support for JPMS (`module-info.java`)
+- [#404]: Support multiple plugin root directories
#### Removed
@@ -419,6 +426,13 @@ 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
+[#404]: https://github.com/pf4j/pf4j/pull/404
+[#402]: https://github.com/pf4j/pf4j/pull/402
+[#400]: https://github.com/pf4j/pf4j/issues/400
+[#398]: https://github.com/pf4j/pf4j/pull/398
+[#396]: https://github.com/pf4j/pf4j/issues/396
+[#395]: https://github.com/pf4j/pf4j/issues/395
+[#378]: https://github.com/pf4j/pf4j/issues/378
[#391]: https://github.com/pf4j/pf4j/issues/391
[#371]: https://github.com/pf4j/pf4j/issues/371
[#370]: https://github.com/pf4j/pf4j/pull/370