summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBodigrim <andrew.lelechenko@gmail.com>2023-03-22 19:02:07 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-03-23 09:19:32 -0400
commit8cb88a5ade9427ca2f26e7f2dbf9defb8fb0ed22 (patch)
tree67c4825ef88845f96a7f9eef1dcbdde5a9646c2f
parent80fce576d001a6a1182d426020349e496b179496 (diff)
downloadhaskell-8cb88a5ade9427ca2f26e7f2dbf9defb8fb0ed22.tar.gz
Update changelog to mention changes to instance Foldable (Compose f g)
-rw-r--r--libraries/base/changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 19c97fc93f..ed9be1093d 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -12,6 +12,8 @@
* Add `Type.Reflection.decTypeRep`, `Data.Typeable.decT` and `Data.Typeable.hdecT` equality decisions functions.
([CLC proposal #98](https://github.com/haskell/core-libraries-committee/issues/98))
* Add `Data.Functor.unzip` ([CLC proposal #88](https://github.com/haskell/core-libraries-committee/issues/88))
+ * Implement more members of `instance Foldable (Compose f g)` explicitly.
+ ([CLC proposal #57](https://github.com/haskell/core-libraries-committee/issues/57))
## 4.18.0.0 *TBA*