Patch #1634778: add missing encoding aliases for iso8859_15 and
iso8859_16.
diff --git a/Misc/NEWS b/Misc/NEWS
index 82c3d64..aef4218 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -123,6 +123,9 @@
 Library
 -------
 
+- Patch #1634778: add missing encoding aliases for iso8859_15 and
+  iso8859_16.
+
 - Patch #1638243: the compiler package is now able to correctly compile
   a with statement; previously, executing code containing a with statement
   compiled by the compiler package crashed the interpreter.