changelog: update for evolve 10.0.0 draft stable
authorAnton Shestakov <av6@dwimlabs.net>
Fri, 08 May 2020 18:45:17 +0800
branchstable
changeset 5354 f1172af7ff59
parent 5353 f32d4c7f8fb7
child 5355 0b5d1b0b3336
changelog: update for evolve 10.0.0
CHANGELOG
debian/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
 -------------------
--- a/debian/changelog	Fri May 08 18:22:26 2020 +0800
+++ b/debian/changelog	Fri May 08 18:45:17 2020 +0800
@@ -1,3 +1,9 @@
+mercurial-evolve (10.0.0-1) unstable; urgency=medium
+
+  * new upstream release
+
+ -- Anton Shestakov <av6@dwimlabs.net>  Fri, 08 May 2020 18:33:58 +0800
+
 mercurial-evolve (9.3.1-2) unstable; urgency=medium
 
   * update minimum required version of mercurial in debian/control