summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5fe35fc..9638ebd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,8 @@ C-API
Library
-------
+- Fix codecs.escape_encode to return the correct consumed size.
+
- Issue #8897: Fix sunau module, use bytes to write the header. Patch written
by Thomas Jollans.