aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2022-10-27 22:40:33 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2022-10-27 22:40:33 +0300
commit48919cc3b16aa1fb6ab99f60fe33d98724e4e93d (patch)
tree2a915122a660dd274ec8953effb17fdc784ab5ec /CHANGELOG.md
parent16690d5362d46e1dd86b94622f673f4f40e65300 (diff)
downloadpf4j-48919cc3b16aa1fb6ab99f60fe33d98724e4e93d.tar.gz
pf4j-48919cc3b16aa1fb6ab99f60fe33d98724e4e93d.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf3dd0b..e29e7a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### [Unreleased][unreleased]
#### Fixed
+- [#492]: Loading extensions crashes kotlin application
+- [#508]: Not create extensions.idx if no extensions exist
+
+#### Changed
+- Make ServiceProviderExtensionFinder optional in demo (commented code)
+
+#### Added
+- Add support for reading plugin descriptor from zip
+- Use logger instead of System.out.println for demo
+
+#### Removed
+
+### [3.7.0] - 2022-06-28
+
+#### Fixed
- [#435]: Fix the path separator used in the SingletonExtensionFactoryTest.java
- [#451]: Fix Dependency version check fails even if required is '*'
- [#490]: Fix memory leak in SingletonExtensionFactory
@@ -434,7 +449,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Removed
-[unreleased]: https://github.com/decebals/pf4j/compare/release-3.6.0...HEAD
+[unreleased]: https://github.com/decebals/pf4j/compare/release-3.7.0...HEAD
+[3.7.0]: https://github.com/decebals/pf4j/compare/release-3.6.0...release-3.7.0
[3.6.0]: https://github.com/decebals/pf4j/compare/release-3.5.0...release-3.6.0
[3.5.0]: https://github.com/decebals/pf4j/compare/release-3.4.1...release-3.5.0
[3.4.1]: https://github.com/decebals/pf4j/compare/release-3.4.0...release-3.4.1
@@ -461,6 +477,8 @@ 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
+[#508]: https://github.com/pf4j/pf4j/issues/508
+[#492]: https://github.com/pf4j/pf4j/issues/492
[#490]: https://github.com/pf4j/pf4j/pull/490
[#455]: https://github.com/pf4j/pf4j/pull/455
[#451]: https://github.com/pf4j/pf4j/pull/451