summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-05-05 21:48:17 -0400
committerBen Gamari <ben@smart-cactus.org>2018-05-05 21:48:36 -0400
commit46548ed1ee3ddac665c188b65d573fbf104407ea (patch)
treeb29e8a5b9ecc05022b28ed2482fcb999efec4e9e /libraries
parent3ea33411d7cbf32c20940cc72ca07df6830eeed7 (diff)
downloadhaskell-46548ed1ee3ddac665c188b65d573fbf104407ea.tar.gz
base/changelog: Note stabilization of asinh (#14927)
Diffstat (limited to 'libraries')
-rw-r--r--libraries/base/changelog.md3
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