Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
diff --git a/Misc/NEWS b/Misc/NEWS
index 20b0a62..82f8d4c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -65,6 +65,9 @@
 Library
 -------
 
+- Issue #23735: Handle terminal resizing with Readline 6.3+ by installing our
+  own SIGWINCH handler.  Patch by Eric Price.
+
 - Issue #26644: Raise ValueError rather than SystemError when a negative
   length is passed to SSLSocket.recv() or read().