From 93a7d0d41fe2e32409b5d00386946f491750b7de Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 6 Jan 2026 23:22:45 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index fd2d4a80..957c3823 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,6 +37,11 @@ compatibility with older runtimes fixed - `crypto_aead_aes256gcm_is_available` is exported to JavaScript - libsodium is now compatible with Emscripten 4.x + - Security: memory fences have been added after MAC verification in +AEAD to prevent speculative access to plaintext before authentication +is complete + - Assembly files now include .gnu.property notes for proper IBT and +Shadow Stack support when building with CET instrumentation * Version 1.0.20 This point release includes all the changes from 1.0.19-stable,