#1757126: fix typo with the cyrillic_asian alias
diff --git a/Misc/NEWS b/Misc/NEWS
index 041f2a7..d366818 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and Builtins
 -----------------
 
+- Issue #1757126: Fix the cyrillic-asian alias for the ptcp154 encoding.
+
 - Fix several issues with compile().  The input can now contain Windows and Mac
   newlines and is no longer required to end in a newline.