Bug #1597824: return the registered function from atexit.register()
to facilitate usage as a decorator.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2d4e31d..32cdb1f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -98,6 +98,9 @@
 Library
 -------
 
+- Bug #1597824: return the registered function from atexit.register()
+  to facilitate usage as a decorator.
+
 - Patch #1360200: Use unmangled_version RPM spec field to deal with
   file name mangling.