From 3c0f0c6d99486502c72e6514a40e7264baaa6afc Mon Sep 17 00:00:00 2001 From: Bodigrim <andrew.lelechenko@gmail.com> Date: Sat, 4 Feb 2023 19:32:20 +0000 Subject: [PATCH] base changelog: move entries which were not backported to ghc-9.6 to base-4.19 section --- libraries/base/changelog.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 4e8d5e60781c..a6a8631df619 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -1,5 +1,10 @@ # Changelog for [`base` package](http://hackage.haskell.org/package/base) +## 4.19.0.0 *TBA* + * Add `Data.List.!?` ([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* * `Foreign.C.ConstPtr.ConstrPtr` was added to encode `const`-qualified pointer types in foreign declarations when using `CApiFFI` extension. ([CLC proposal #117](https://github.com/haskell/core-libraries-committee/issues/117)) @@ -63,9 +68,6 @@ * Add `Data.Typeable.heqT`, a kind-heterogeneous version of `Data.Typeable.eqT` ([CLC proposal #99](https://github.com/haskell/core-libraries-committee/issues/99)) - * Add `Data.List.!?` ([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* -- GitLab