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 ce643ce..9193368 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1611,6 +1611,9 @@ Core and builtins
Library
-------
+- Fix #1693149. Now you can pass several modules separated by
+ comma to trace.py in the same --ignore-module option.
+
- Correction of patch #1455898: In the mbcs decoder, set final=False
for stream decoder, but final=True for the decode function.