From cb5ee3efe652c7d45041daf282ca8347bba3413e Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 30 Nov 2018 11:38:45 -0800 Subject: [PATCH] Update changelog with two PR changes. --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43cd688..38f2dec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ ## 1.8.3 - Unreleased -* Nothing yet! +* When the app is updated to require a new version of the JVM, that JVM will be downloaded and used + immediately during that app invocation (instead of one invocation later). Via PR#169. + +* When a custom JVM is installed, old JVM files will be deleted prior to unpacking the new JVM. Via + PR#170. ## 1.8.2 - Nov 27, 2018