Document change to curses.
diff --git a/Misc/NEWS b/Misc/NEWS
index f10f8be..aeae507 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -484,6 +484,8 @@
 
 - Added support for linking the bsddb module against BerkeleyDB 4.5.x.
 
+- Bug #1633621: if curses.resizeterm() or curses.resize_term() is called,
+  update _curses.LINES, _curses.COLS, curses.LINES and curses.COLS.
 
 Tests
 -----