`base-4.18.0.0` (GHC 9.6.1-alpha1) changelog inaccuracies
The changelog entry for base-4.18 claims the following:
- Add
Data.List.!?per CLC proposal #110.maximumBy/minimumByare now marked asINLINEimproving performance for unpackable types significantly.
These changelog additions were added in the respective commits:
As far as I can tell, however, these commits are not present on the ghc-9.6 branch nor in GHC 9.6.1-alpha1. I'm not sure if they are meant to be backported to the ghc-9.6 branch or not. If not, please move these changelog additions to a new section.