CHANGELOG: add an entry about the --update flag
Since --update is still the default, we make the entry about --no-update.
--- a/CHANGELOG Wed Jun 06 04:29:05 2018 +0530
+++ b/CHANGELOG Wed Jun 13 15:47:19 2018 +0530
@@ -8,6 +8,8 @@
* evolve: add a help section dedicated to interrupted evolve,
* evolve: merge commit messages when resolving content divergence (issue5877)
* evolve: show unfinished state information in `hg status -v` (issue5886)
+ * evolve: add a new `--no-update` flag to keep working copy on the initial
+ revision.
8.0.1 -- 2018-06-11
-------------------