summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-10-25 18:30:18 -0400
committerBen Gamari <ben@smart-cactus.org>2021-10-27 21:57:03 -0400
commit62054a9e3697c78a460088ec9e57c5d4e40f9750 (patch)
tree69bd5cf1bc1d973e692fbf84048069e549ce22de
parent9cc6c1932dbbd3d27405a8ebe5586a0ef09dd7fd (diff)
downloadhaskell-wip/solo-changelog.tar.gz
base: Note export of Data.Tuple.Solo in changelogwip/solo-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`.