summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5025700..85fdc21 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -427,8 +427,10 @@ Core and Builtins
Library
-------
-- Issue #7233: Fix a number of two-argument Decimal methods to make sure
- that they accept an int or long as the second argument.
+- Issue #7233: Fix a number of two-argument Decimal methods to make
+ sure that they accept an int or long as the second argument. Also
+ fix buggy handling of large arguments (those with coefficient longer
+ than the current precision) in shift and rotate.
- Issue #4750: Store the basename of the original filename in the gzip FNAME
header as required by RFC 1952.