summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a870564..ee43e63 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -260,6 +260,8 @@ C-API
Library
-------
+- Issue #1729305: Fix doctest to handle encode error with "backslashreplace".
+
- Issue #691291: codecs.open() should not convert end of lines on reading and
writing.