summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index be158fe..7783f11 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,7 +30,8 @@ Core and Builtins
Library
-------
-- Issue #10756: atexit normalizes the exception before displaying it.
+- Issue #10756: atexit normalizes the exception before displaying it. Patch by
+ Andreas Stührk.
- Issue #10790: email.header.Header.append's charset logic now works correctly
for charsets whose output codec is different from its input codec.