missed the two changelog pointers (backport #10138)
Our release checklist is missing these files.
This is an automatic backport of pull request #10138 done by [Mergify](https://mergify.com).
Shall we merge it? What's the new conflict?
The conflict was because of the glitch in 3.10.2.0's changelog entry (it got duplicated during 3.10.3.0 release).
There's a problem in CI that didn't go away after restarting. Looks like a testsuite on branch master has bounds not updated in sync with the version bump to 3.13?
It's a little complicated. Originally I updated that bound, but it caused build failures (essentially this same failure) so I had to back it out. I think that now, post-release, it has to be added again.
My recollection is that this issue raises exactly when a release hits Hackage, so it's close to impossible to avoid it: if you bump the bound earlier, it will start failing, as Brandon suggests.
I thought that we pin the index-state these days though. So maybe I'm wrong?..
Anyway, the obvious fix seems to work for Validate but fails doctests and some quick jobs, see https://github.com/haskell/cabal/pull/10172