ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Python now uses SipHash24 on all major platforms.
diff --git a/Misc/ACKS b/Misc/ACKS
index 436b9ac..8c89f16 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -802,6 +802,7 @@
 Don MacMillen
 Tomasz Maćkowiak
 Steve Majewski
+Marek Majkowski
 Grzegorz Makarewicz
 David Malcolm
 Greg Malcolm
diff --git a/Misc/NEWS b/Misc/NEWS
index 619feb2..62f1c3b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 Core and Builtins
 -----------------
 
+- Issue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
+  Python now uses SipHash24 on all major platforms.
+
 - Issue #12892: The utf-16* and utf-32* encoders no longer allow surrogate code
   points (U+D800-U+DFFF) to be encoded.  The utf-32* decoders no longer decode
   byte sequences that correspond to surrogate code points.  The surrogatepass