summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cca589a..706fd1f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@ Core and builtins
Library
-------
+- The decimal module wouldn't run on builds without threads (Bug #1083645).
+
- Bug #1086555: Fix leak in syslog module.
- atexit.register no longer references the sys module before importing it.