summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a731eb5fa196..71f7b9890b6d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,17 @@
ChangeLog
=========
+1.13 (2022-01-11)
+-----------------
+
+* Parsing very long numbers from a fraction string was very slow, even slower
+ than ``fractions.Fraction``. The parser is now faster in all cases (and
+ still much faster for shorter numbers).
+
+* ``Fraction`` did not implement ``__int__``.
+ https://bugs.python.org/issue44547
+
+
1.12 (2022-01-07)
-----------------