From d6e8dcb024c303989584e18f245cc81adb2fca43 Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Wed, 19 Jan 2022 09:37:51 +0200 Subject: [PATCH] start adding changes for unreleased 3.8.1 --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index e979816a..d856778c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Changes in 3.8.1 (unreleased): +- Make 32-bit Windows build still run under Oracle Java 8 - it seems to still be popular #324 +- Make deb files install on older Debian without zst compression support #327 + Changes in 3.8.0: - Support for Mac M1 (provided that it runs an arm64 build of Java) - thanks to @aplr #284 - SWT updated for all platforms