From d470312b1c6cd9e7d39ede4b52072b758e42595b Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 15 Mar 2026 11:01:41 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index e41348a9..d0923e4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,7 @@ to prevent module.modulemap collisions with other xcframeworks. - Added compatibility with Visual Studio 2026 when toolsets do not define PlatformToolsetVersion. - Libsodium can be directly used as a dependency in a Zig project. + - Performance of MSVC builds has been improved. * Version 1.0.21 This point release includes all the changes from 1.0.20-stable, which