# HG changeset patch # User Anton Shestakov # Date 1670511580 -14400 # Node ID ba2f6764016b3a66332dc3b7d01a80a1ee2b1ec0 # Parent b4df25613811e7728362c8f846993f50c21770c2 changelog: update for 10.5.3 diff -r b4df25613811 -r ba2f6764016b CHANGELOG --- a/CHANGELOG Fri Dec 09 15:32:57 2022 +0400 +++ b/CHANGELOG Thu Dec 08 18:59:40 2022 +0400 @@ -1,6 +1,25 @@ Changelog ========= +10.5.3 -- 2022-12-09 +-------------------- + + * compatibility with Mercurial 6.3 + + * evolve: make obs-hash-range cache and stable-range cache (that both use + SQLite databases) slightly more tolerant to FS issues (issue6246) + * evolve: adapt to Python 3.11 BC breakage with `random.sample()` + +topic (0.24.2) + + * compatibility with Mercurial 6.3 + + * topic: invalidate the topic cache when branchcache is invalidated, to fix + an issue in TortoiseHg where stale topic labels appear in certain cases + + * next: properly handle cases when user selects an aspiring child, making + sure that the destination is evolved when needed + 10.5.2 -- 2022-07-13 --------------------