Mercurial > evolve
changeset 6340:ba2f6764016b stable
changelog: update for 10.5.3
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 08 Dec 2022 18:59:40 +0400 |
parents | b4df25613811 |
children | 9c27405126b9 |
files | CHANGELOG |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 --------------------