summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Feuer <david.feuer@gmail.com>2018-05-13 18:34:26 -0400
committerBen Gamari <ben@smart-cactus.org>2018-05-13 18:34:33 -0400
commit2828dbf487c54d57b82578cc0872a348cfb173f3 (patch)
tree0409ac87c911a907db03f4a83d9bc3ab9e558ecd
parenteb39f98891482366cf1130fe58d728b93f0dd49f (diff)
downloadhaskell-2828dbf487c54d57b82578cc0872a348cfb173f3.tar.gz
Fix changelog message for asinh
Reviewers: bgamari, hvr Reviewed By: bgamari Subscribers: rwbarton, thomie, carter Differential Revision: https://phabricator.haskell.org/D4678
-rw-r--r--libraries/base/changelog.md4
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)