summarylogtreecommitdiffstats
path: root/slang-snapshot.changelog
diff options
context:
space:
mode:
Diffstat (limited to 'slang-snapshot.changelog')
-rw-r--r--slang-snapshot.changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/slang-snapshot.changelog b/slang-snapshot.changelog
index 7a2a9c877769..d5b6c90ac060 100644
--- a/slang-snapshot.changelog
+++ b/slang-snapshot.changelog
@@ -24,3 +24,4 @@ Changes since 2.3.3
10. src/*.h: Updated the unicode tables from version 10.0.0 to 15.1.0
11. lib/timestamp.sl: The test for a leap year assumed a 1-based
month, not 0 based, causing it to fail
+12. modules/chksum_sha2.c: Use memcpy to avoid type-punning warning