summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-10-25 18:30:18 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-10-27 13:30:55 -0400
commited9ec655dcbd538383d5f1191440f152113adad2 (patch)
treef87969cf79eb53ba3e22054e4715ea55508c9718
parent9d577ea118e362a50db5713378e097f4f92aa77f (diff)
downloadhaskell-ed9ec655dcbd538383d5f1191440f152113adad2.tar.gz
base: Note export of Data.Tuple.Solo in changelog
-rw-r--r--libraries/base/changelog.md5
1 files changed, 4 insertions, 1 deletions
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`.