Skip to content
Snippets Groups Projects
Commit 3c0f0c6d authored by Bodigrim's avatar Bodigrim Committed by Marge Bot
Browse files

base changelog: move entries which were not backported to ghc-9.6 to base-4.19 section

parent 5a54ac0b
No related branches found
No related tags found
No related merge requests found
Pipeline #62767 passed with warnings
# Changelog for [`base` package](http://hackage.haskell.org/package/base) # 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* ## 4.18.0.0 *TBA*
* `Foreign.C.ConstPtr.ConstrPtr` was added to encode `const`-qualified * `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)) 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 @@ ...@@ -63,9 +68,6 @@
* Add `Data.Typeable.heqT`, a kind-heterogeneous version of * Add `Data.Typeable.heqT`, a kind-heterogeneous version of
`Data.Typeable.eqT` `Data.Typeable.eqT`
([CLC proposal #99](https://github.com/haskell/core-libraries-committee/issues/99)) ([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* ## 4.17.0.0 *August 2022*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment