Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles.
diff --git a/Misc/NEWS b/Misc/NEWS
index b8c5877..c9a0522 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,9 @@
 Library
 -------
 
+- Issue #12687: Fix a possible buffering bug when unpickling text mode
+  (protocol 0, mostly) pickles.
+
 - Issue #10087: Fix the html output format of the calendar module.
 
 - Issue #12540: Prevent zombie IDLE processes on Windows due to changes