diff options
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 3709a0a1a2..bfa8cb9e18 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -10,6 +10,8 @@ a representational one. There is really no reason to care about the type of the underlying object. + * Add `foldMap'`, a strict version of `foldMap`, to `Foldable`. + ## 4.12.0.0 *TBA* * Bundled with GHC *TBA* |