summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index accb4d7..774ec69 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -102,6 +102,9 @@ Core and builtins
Library
-------
+- curses.textpad: Fix off-by-one error that resulted in characters
+ being missed from the contents of a Textbox.
+
- Patch #1966: Break infinite loop in httplib when the servers
implements the chunked encoding incorrectly.