summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 589590e266..9882fad4d7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,9 @@ Core and Builtins
Library
-------
+- Issue #6243: curses.getkey() can segfault when used with ungetch.
+ Fix by Trundle and Jerry Chen.
+
- Issue #7597: curses.use_env() can now be called before initscr().
Noted by Kan-Ru Chen.