# HG changeset patch # User Anton Shestakov # Date 1619331121 -28800 # Node ID f34e43af552d9c8a82c7537a86bbd7e49f126b0b # Parent 53bbf1b522bc5a7fd002aa8a36d2cc257e5a73fd changelog: update for evolve 10.3.1 and topic 0.22.1 diff -r 53bbf1b522bc -r f34e43af552d CHANGELOG --- a/CHANGELOG Fri Mar 12 19:04:11 2021 +0800 +++ b/CHANGELOG Sun Apr 25 14:12:01 2021 +0800 @@ -5,12 +5,19 @@ -------------------- * cache: fix corruption issue when mixing 32-bit and 64-bit environments + * next: unstable changesets with a different topic are no longer targets for hg next as long as it's invoked without --no-topic flag * next: when some potential targets are unstable, ask user which changeset they want to update to (only mixing stable and unstable when --evolve flag is given, which is the default) + * packaging: default to using Python 3 in Makefile + +topic (0.22.1) + + * compatibility with Mercurial 5.8 + 10.3.0 -- 2021-03-11 --------------------