diff options
-rw-r--r-- | libraries/base/changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index f239073b60..d4b626108b 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -14,8 +14,8 @@ * Add `Applicative` (for `K1`), `Semigroup` and `Monoid` instances in `GHC.Generics`. (#14849) - * `asinh` for `Float` and `Double` is now numerical stable in the face of - large negative arguments (#14927) + * `asinh` for `Float` and `Double` is now numerically stable in the face of + non-small negative arguments and enormous arguments of either sign. (#14927) * `Numeric.showEFloat (Just 0)` now respects the user's requested precision. (#15115) |