Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available.
diff --git a/Misc/NEWS b/Misc/NEWS
index d1db0ab..b7f3907 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -161,6 +161,8 @@
 Library
 -------
 
+- Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available.
+
 - Issue #12175: FileIO.readall() now only reads the file position and size
   once.