diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-05-05 21:48:17 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-05-05 21:48:36 -0400 |
commit | 46548ed1ee3ddac665c188b65d573fbf104407ea (patch) | |
tree | b29e8a5b9ecc05022b28ed2482fcb999efec4e9e /libraries | |
parent | 3ea33411d7cbf32c20940cc72ca07df6830eeed7 (diff) | |
download | haskell-46548ed1ee3ddac665c188b65d573fbf104407ea.tar.gz |
base/changelog: Note stabilization of asinh (#14927)
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 0bca2649d4..d4b9efa2ea 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -14,6 +14,9 @@ * 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) + ## 4.11.1.0 *TBA* * Bundled with GHC 8.4.2 |