From 3f02fdaea1b5c6a335ae6ba2c5ee7a722284dd50 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 30 Dec 2025 09:57:31 +0100 Subject: [PATCH] The Android SDK update means that we now support 16 KB page sizes --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7dd7d58c..75fdd027 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,7 @@ with some compilers - Android binaries have been added to the NuGet package - 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 +now 27c, and the default platform is 21, supporting 16 KB page sizes. - The library can now be compiled with Zig 0.15 and Zig 0.16 - Zig builds now generate position-independent static libraries by default on targets that support PIC