diff options
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 515e398798..a11b059000 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -31,6 +31,11 @@ as well as [the migration guide](https://github.com/haskell/core-libraries-committee/blob/main/guides/export-lifta2-prelude.md) * Update to Unicode 15.0.0. * Add `Eq` and `Ord` instances for `Generically1`. + * Relax instances for Functor combinators; put superclass on Class1 and Class2 + to make non-breaking. See [CLC + #10](https://github.com/haskell/core-libraries-committee/issues/10) for the + related discussion, as well as [the migration + guide](https://github.com/haskell/core-libraries-committee/blob/main/guides/functor-combinator-instances-and-class1s.md). ## 4.17.0.0 *August 2022* |