CHANGELOG
branchstable
changeset 3704 a0c39e8d2c29
parent 3684 2a62f0f480f3
child 3717 220e0811b39d
--- a/CHANGELOG	Fri Mar 23 09:08:21 2018 -0700
+++ b/CHANGELOG	Mon Apr 23 11:04:27 2018 +0200
@@ -1,6 +1,25 @@
 Changelog
 =========
 
+8.0.0 - in progress
+-------------------
+
+  * drop support for Mercurial 4.1 and 4.2
+  * `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped
+  * evolve: a new `--abort` flag which aborts an interrupted evolve
+            resolving orphans
+  * `hg evolve` now return 0 if there is nothing to evolve
+  * amend: a new `--patch` flag to make changes to wdir parent by editing patch
+
+  * fixed some memory leak issue
+
+  * templatekw: remove `obsfatedata` templatekw. Individuals fields are
+    available in core as single template functions.
+
+  * fixed issue 5833 and 5832
+
+  * topic: restring name to letter, '-', '_' and '.'
+
 7.3.0 -- 2018-03-21
 ---------------------