diff options
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index b2d68442f..93fbd6e0c 100644 --- a/changelog.md +++ b/changelog.md @@ -33,5 +33,5 @@ without this special typing rule. - Added ``algorithm.rotateLeft``. - ``rationals.toRational`` now uses an algorithm based on continued fractions. - This means its results are more precise and it can run into an infinite loop + This means its results are more precise and it can't run into an infinite loop anymore. |