summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e70db5a..941eb29 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -285,6 +285,8 @@ Tests
Build
-----
+- Issue #19520: Fix compiler warning in the _sha3 module on 32bit Windows.
+
- Issue #19356: Avoid using a C variabled named "_self", it's a reserved
word in some C compilers.