diff -r f32d4c7f8fb7 -r f1172af7ff59 CHANGELOG --- a/CHANGELOG Fri May 08 18:22:26 2020 +0800 +++ b/CHANGELOG Fri May 08 18:45:17 2020 +0800 @@ -1,15 +1,30 @@ Changelog ========= -9.4.0 - in progress -------------------- +10.0.0 -- 2020-05-08 +-------------------- + + * auto-publish: issue the capabilities in all cases * compat: clean up old compatibility code + * compat: compatibility with Mercurial 5.4 + * evolve: add {obsorigin}, a template keyword that works similarly to {obsfate}, but shows predecessors of a changeset - * evolve: fix permission of new cache files using sqlite + * evolve: fix permissions of new cache files using SQLite + * evolve: always create commit when resolving divergence + * evolve: handle relocation during divergence resolution producing no changes + * evolve: provide cache to successorssets() in more cases + * obslog: make --all and --filternonlocal work properly with --no-graph * obslog: add --origin flag to show predecessors instead of successors + * obslog: make --origin flag the default + + * stablerangecache: sanity check subranges + +topic (0.18.2) + + * topic: provide cache to successorssets() in one more case 9.3.1 -- 2020-04-08 -------------------