From 5d9f54325f83f899fe9e574cd440984cff2969bd Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 20 Oct 2023 15:14:54 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3981e885..8fa00685 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,14 @@ NOT RELEASED YET. +* 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. + - apple-xcframework: VisionOS packages are not built if Xcode doesn't +include that SDK. + * Version 1.0.19 This release includes all the changes from 1.0.18-stable, as well as two additions: