diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2020-08-14 16:06:28 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2020-08-14 16:06:28 +0300 |
commit | e7e15c18b86549a13e7b4b08f9cb57768f881423 (patch) | |
tree | 3397ca618d1228582913499868f38bb3c798fa68 /CHANGELOG.md | |
parent | a13328e3cf631397ddd4b06223d09fceeaab5f18 (diff) | |
download | pf4j-e7e15c18b86549a13e7b4b08f9cb57768f881423.tar.gz pf4j-e7e15c18b86549a13e7b4b08f9cb57768f881423.zip |
Add version 3.4.1 to changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c9973..f1df520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [Unreleased][unreleased] #### Fixed + +#### Changed + +#### Added + +#### Removed + +### [3.4.1] - 2020-08-14 + +#### Fixed - [#371]: `ClosedFileSystemException` when I run demo (Windows) - [#391]: Incorrect enum selection in `ClassLoadingStrategy.ADP` @@ -384,7 +394,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Removed -[unreleased]: https://github.com/decebals/pf4j/compare/release-3.3.0...HEAD +[unreleased]: https://github.com/decebals/pf4j/compare/release-3.4.1...HEAD +[3.4.1]: https://github.com/decebals/pf4j/compare/release-3.4.0...release-3.4.1 +[3.4.1]: https://github.com/decebals/pf4j/compare/release-3.3.0...release-3.4.0 [3.3.0]: https://github.com/decebals/pf4j/compare/release-3.2.0...release-3.3.0 [3.2.0]: https://github.com/decebals/pf4j/compare/release-3.1.0...release-3.2.0 [3.1.0]: https://github.com/decebals/pf4j/compare/release-3.0.0...release-3.1.0 |