diff options
author | Bodigrim <andrew.lelechenko@gmail.com> | 2023-02-04 19:32:20 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-02-04 18:49:11 -0500 |
commit | 3c0f0c6d99486502c72e6514a40e7264baaa6afc (patch) | |
tree | cc275e0edb60cff6af4c6109a8f12d08f5157000 /libraries/base | |
parent | 5a54ac0b2b915889950c83e04bf1beb08631891e (diff) | |
download | haskell-3c0f0c6d99486502c72e6514a40e7264baaa6afc.tar.gz |
base changelog: move entries which were not backported to ghc-9.6 to base-4.19 section
Diffstat (limited to 'libraries/base')
-rw-r--r-- | libraries/base/changelog.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 4e8d5e6078..a6a8631df6 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* |