changeset 5305:8cf87826d9fa stable

changelog: update for evolve 10.0.0
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 08 May 2020 18:45:17 +0800
parents 83ceafbaa7d6
children 27d57ca86865
files CHANGELOG debian/changelog
diffstat 2 files changed, 24 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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-09
+--------------------
 
   * 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.19.0)
+
+  * auto-publish: issue the capabilities in all cases
+
+  * 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>  Sat, 09 May 2020 21:07:08 +0800
+
 mercurial-evolve (9.3.1-2) unstable; urgency=medium
 
   * update minimum required version of mercurial in debian/control