Decimal is updated, :)
diff --git a/Misc/NEWS b/Misc/NEWS
index e3869d9..cb52c81 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -260,6 +260,8 @@
 Library
 -------
 
+- Decimal is fully updated to the latest Decimal Specification (v1.66).
+
 - Bug #1153: repr.repr() now doesn't require set and dictionary items
   to be orderable to properly represent them.