summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c616ba2..9bd4f59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,10 @@ Extensions Modules
Library
-------
+- Issue #2635: Fix bug in 'fix_sentence_endings' textwrap.fill option,
+ where an extra space was added after a word containing (but not
+ ending in) '.', '!' or '?'.
+
- Add from_buffer() and from_buffer_copy() class methods to ctypes
data types