Issue #10756: add the author, Andreas Stührk
diff --git a/Misc/NEWS b/Misc/NEWS
index be158fe..7783f11 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,7 +30,8 @@
 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.