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 357ea52..84f0cf6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,9 @@ Core and builtins
Library
-------
+- Patch #1550886: Fix decimal module context management implementation
+ to match the localcontext() example from PEP 343
+
- Bug #1541863: uuid.uuid1 failed to generate unique identifiers
on systems with low clock resolution.