summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHécate <hecate+gitlab@glitchbra.in>2021-01-01 12:58:08 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-01-03 05:23:39 -0500
commitc7e16936f4277adaf309b31a9a47d8c5a49e6f38 (patch)
tree84a5a3576bd7f06a63b26cf6b127d09e0e8075f2
parentee1161d3f2a76ee91c415164ede4edfea3c301a9 (diff)
downloadhaskell-c7e16936f4277adaf309b31a9a47d8c5a49e6f38.tar.gz
Add the Data.Foldable strictness optimisations to base's changelog
-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 95face49e9..9c25b92b4c 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -50,6 +50,9 @@
* Correct `Bounded` instance and remove `Enum` and `Integral` instances for
`Data.Ord.Down`.
+ * `Data.Foldable` methods `maximum{,By}`, `minimum{,By}`, `product` and `sum`
+ are now stricter by default, as well as in the class implementation for List.
+
## 4.14.0.0 *TBA*
* Bundled with GHC 8.10.1