From 62054a9e3697c78a460088ec9e57c5d4e40f9750 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 25 Oct 2021 18:30:18 -0400 Subject: base: Note export of Data.Tuple.Solo in changelog --- libraries/base/changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index a38c768f64..d75c8b9dbf 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -3,6 +3,7 @@ ## 4.17.0.0 *TBA* * Add explicitly bidirectional `pattern TypeRep` to `Type.Reflection`. + * Add `Generically` and `Generically1` to `GHC.Generics` for deriving generic instances with `DerivingVia`. `Generically` instances include `Semigroup` and `Monoid`. `Generically1` instances: `Functor`, `Applicative`, `Alternative`, @@ -18,7 +19,9 @@ * `returnA` is defined as `Control.Category.id` instead of `arr id`. -## 4.16.0.0 *TBA* +## 4.16.0.0 *Nov 2021* + + * The unary tuple type, `Solo`, is now exported by `Data.Tuple`. * Add a `Typeable` constraint to `fromStaticPtr` in the class `GHC.StaticPtr.IsStatic`. -- cgit v1.2.1