From 0b1d032e31c68a4230010b82a44592f7345a6d27 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 18 Oct 2025 12:16:31 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e0f2719b..cd088a06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,11 +4,19 @@ - Windows ARM binaries have been added to the NuGet package - The Android build script has been improved. The base SDK is now 27c, and the default platform is 21 - - The library can now be compiled with Zig 0.14+ + - The library can now be compiled with Zig 0.15+ + - Zig builds now generate position-independent static libraries by +default on targets that support PIC - arm64e builds have been added to the XCFramework packages - XCFramework packages are now full builds instead of minimal builds - MSVC builds have been enabled for ARM64 + - iOS 32-bit (armv7/armv7s) support has been removed from the +XCFramework build script + - Security: optblockers have been introduced in critical code paths +to prevent compilers from introducing unwanted conditional jumps + - `((nonnull))` attributes have been relaxed on some `crypto_stream*` +functions to allow NULL output buffers when the output length is zero - A cross-compilation issue with old clang versions has been fixed - 16K page sizes are now supported on Android