summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
diff options
context:
space:
mode:
authorTDecki <tobias.decking@gmail.com>2019-08-10 09:12:05 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-08-22 18:47:57 -0400
commit8f32d2bc51bb4b844458125c42168dee555e173a (patch)
treeb4d15071ec1f357452ec7906d15a649239079671 /libraries/base/changelog.md
parent605bce26945596e9226c3f52484837a19f1d94c5 (diff)
downloadhaskell-8f32d2bc51bb4b844458125c42168dee555e173a.tar.gz
base: Reintroduce fusion for scanr
While avoiding #16943.
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r--libraries/base/changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 7399f371d1..a83c2d55a7 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -57,7 +57,7 @@
`Word`, and `WordN` now throw an overflow exception for negative shift
values (instead of being undefined behaviour).
- * `scanr` no longer participates in list fusion (due #16943)
+ * `scanr` no longer crashes when passed a fusable, infinite list. (#16943)
## 4.12.0.0 *21 September 2018*
* Bundled with GHC 8.6.1