diff options
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -260,6 +260,8 @@ Core and builtins 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. |