# HG changeset patch # User Anton Shestakov # Date 1670853558 -14400 # Node ID 7933292aa102e19344d8f29b2f092dcd77d0a5b7 # Parent cb9e77506cbc59e8ad571a88b80589c573af58be changelog: `next` lives in evolve extension, so move it to evolve section diff -r cb9e77506cbc -r 7933292aa102 CHANGELOG --- a/CHANGELOG Fri Dec 09 14:57:14 2022 +0400 +++ b/CHANGELOG Mon Dec 12 17:59:18 2022 +0400 @@ -10,6 +10,9 @@ SQLite databases) slightly more tolerant to FS issues (issue6246) * evolve: adapt to Python 3.11 BC breakage with `random.sample()` + * next: properly handle cases when user selects an aspiring child, making + sure that the destination is evolved when needed + topic (0.24.2) * compatibility with Mercurial 6.3 @@ -17,9 +20,6 @@ * 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 --------------------