CHANGELOG
changeset 3726 116ef60d4be6
parent 3720 116cdd8c102a
child 3777 d8f8067f742c
child 3790 5b9e3aaa6da8
--- a/CHANGELOG	Mon Apr 23 11:44:05 2018 +0100
+++ b/CHANGELOG	Wed Apr 25 14:18:19 2018 +0100
@@ -1,24 +1,26 @@
 Changelog
 =========
 
-8.0.0 - in progress
+8.0.0 -- 2018-04-25
 -------------------
 
+  * 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,
+  * evolve: fixed some memory leak issue,
+  * evolve: prevent some crash with merge and split (issue5833 and issue5832),
+  * evolve: improvemed support for solving phase-divergence situation,
+  * evolve: improvemed support for solving orphan situation,
+  * obsdiscovery: added unit to various progress bar,
+  * evolve: record "operation" for command where it was missing,
+
+  * compatibility with Mercurial 4.6
   * 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 '.'
+  * topic: restraining name to letter, '-', '_' and '.'
 
 7.3.0 -- 2018-03-21
 ---------------------