summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2023-01-24 17:34:52 +0100
committerAndreas Klebinger <klebinger.andreas@gmx.at>2023-01-25 14:46:37 +0100
commit05851d4e74cc56699ec4cabc4aa5edb9435ac540 (patch)
treedb81e1166fe1291733f73bb01025d577c97a034b
parentbc038c3bd45ee99db9fba23a823a906735740200 (diff)
downloadhaskell-wip/andreask/base-changelog.tar.gz
base changelog: Move changes which didn't make 9.6.1 to base-4.19 section.wip/andreask/base-changelog
-rw-r--r--libraries/base/changelog.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 4e0e89c8bd..d70a3d9e2a 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -1,5 +1,12 @@
# Changelog for [`base` package](http://hackage.haskell.org/package/base)
+## 4.19.0.0 *TBA*
+
+ * Add `Data.List.!?` per
+ [CLC proposal #110](https://github.com/haskell/core-libraries-committee/issues/110).
+ * `maximumBy`/`minimumBy` are now marked as `INLINE` improving performance for unpackable
+ types significantly.
+
## 4.18.0.0 *TBA*
* Add `forall a. Functor (p a)` superclass for `Bifunctor p`.
* Add Functor instances for `(,,,,) a b c d`, `(,,,,,) a b c d e` and
@@ -58,10 +65,6 @@
freeing a `Pool`. (#14762) (#18338)
* `Type.Reflection.Unsafe` is now marked as unsafe.
* Add `Data.Typeable.heqT`, a kind-heterogeneous version of `Data.Typeable.eqT`.
- * Add `Data.List.!?` per
- [CLC proposal #110](https://github.com/haskell/core-libraries-committee/issues/110).
- * `maximumBy`/`minimumBy` are now marked as `INLINE` improving performance for unpackable
- types significantly.
## 4.17.0.0 *August 2022*