diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2020-08-14 15:52:41 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2020-08-14 15:52:41 +0300 |
commit | ae2098ff61412cf58de9fd614944b8cc54a29e2f (patch) | |
tree | 563dc9c4b5a722d58b9d6cd9a38fd36e296a34eb | |
parent | 3caa5b72d099ddda873b42d0de537ad07c512d05 (diff) | |
download | pf4j-ae2098ff61412cf58de9fd614944b8cc54a29e2f.tar.gz pf4j-ae2098ff61412cf58de9fd614944b8cc54a29e2f.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 51052e0..79c9973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [Unreleased][unreleased] #### Fixed -- [#371]: `ClosedFileSystemException` when I run demo +- [#371]: `ClosedFileSystemException` when I run demo (Windows) +- [#391]: Incorrect enum selection in `ClassLoadingStrategy.ADP` #### Changed @@ -406,6 +407,7 @@ 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 +[#391]: https://github.com/pf4j/pf4j/issues/391 [#371]: https://github.com/pf4j/pf4j/issues/371 [#370]: https://github.com/pf4j/pf4j/pull/370 [#366]: https://github.com/pf4j/pf4j/pull/366 |