summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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