From 29437aa993b1f9307347c4e5c985c114a937b00a Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 24 May 2022 11:00:12 -0700 Subject: [PATCH] Update the CHANGELOG with the shipped changes. --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 422cc9b..5a48bd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Getdown Releases -## 1.8.7 - Unreleased +## 1.8.7 - May 24, 2022 + +* Paths in classpath are specified relative to appdir to avoid excessively long command lines. + +* When updating unpacked jar archives, the old unpacked archive is deleted more robustly to avoid + issues when the new archive does not contain subdirectories that the old archive once contained. + +* Added support for manual addition of classpath entries via the `classpath` directive. * Reinstated env var support in `appbase` property.