Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boundary.
diff --git a/Misc/NEWS b/Misc/NEWS
index 54ae471..15790a4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,9 @@
 Library
 -------
 
+- Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char
+  boundary.
+
 - Issue #4223: inspect.getsource() will now correctly display source code
   for packages loaded via zipimport (or any other conformant PEP 302
   loader). Original patch by Alexander Belopolsky.