From b8c37e5a14d23c84f30c85724f0e7273bffa1c48 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 9 May 2019 10:40:07 -0700 Subject: [PATCH] Added change log entries. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 991a4cc..7e86a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ * `messages_XX.properties` files are now all maintained in UTF-8 encoding and then converted to escaped ISO-8859-1 during the build process. +* Resources and unpacked resources now support `.zip` files as well as `.jar` files. + +* Fixed issue when path to JVM contained spaces. + ## 1.8.3 - Apr 10, 2019 * Added support for `nresource` resources which must be jar files that contain native libraries.