# HG changeset patch # User Raphaël Gomès # Date 2023-08-07 09:04:53 # Node ID 787af4e0e8b787e1b77a8059926b123730a4cd01 # Parent d2f72f702de2985eef72e54604a4812419dce311 relnotes: add 6.5.1 diff --git a/relnotes/6.5 b/relnotes/6.5 --- a/relnotes/6.5 +++ b/relnotes/6.5 @@ -1,3 +1,12 @@ += Mercurial 6.5.1 = + + * A bunch of improvements to Python 3.12 compatibility + * repoview: fix the filter created by `extrafilter` + * Improve portability of the test suite + * fncache: fix a bug that corrupts the fncache after transaction rollback + * revlog: fix the naming scheme use by split temporary file + * perf: fix perf::tags + = Mercurial 6.5 = As usual, a lot of patches don't make it to this list since they're more internal.