summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a53b28c..e7384dc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -120,6 +120,11 @@ C-API
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. 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.