From 3ebcee0f02cb605c4f1b7b339239c947e8e689f5 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 20 Oct 2023 14:03:15 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index eb15a016..44348664 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +* Version 1.0.19-stable + - Building with `zig build` now works both with Zig 0.11 and Zig 0.12. + - When using the traditional build system, -O3 is used instead of -Ofast. + - Improved detection of the compiler flags required on aarch64. + - Improved compatibility with custom build systems on aarch64. + * Version 1.0.19 This release includes all the changes from 1.0.18-stable, as well as two additions: