We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cd369 commit 5d9f543Copy full SHA for 5d9f543
ChangeLog
@@ -2,6 +2,14 @@
2
3
NOT RELEASED YET.
4
5
+* Version 1.0.19-stable
6
+ - Building with `zig build` now works both with Zig 0.11 and Zig 0.12.
7
+ - When using the traditional build system, -O3 is used instead of -Ofast.
8
+ - Improved detection of the compiler flags required on aarch64.
9
+ - Improved compatibility with custom build systems on aarch64.
10
+ - apple-xcframework: VisionOS packages are not built if Xcode doesn't
11
+include that SDK.
12
+
13
* Version 1.0.19
14
This release includes all the changes from 1.0.18-stable, as well as two
15
additions:
0 commit comments