# HG changeset patch
# User Pierre-Yves David <pierre-yves.david@octobus.net>
# Date 1516049062 -3600
#      Mon Jan 15 21:44:22 2018 +0100
# Node ID 718ef6b0ee6e61421839d37d06354e6c7ff004a8
# Parent  73920cb25af37d690703ce0ba4c22b8234c619f4
changelog: prepare for coming release

diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,36 +1,30 @@
 Changelog
 =========
 
-7.2.0 - in progress
+7.2.0 -- 2018-01-15
 -------------------
 
+  * evolve: changes to the on disk format for interrupted evolve
+  * evolve: --continue now propertly preserve phase information (issue5720)
+  * evolve: --continue now properly reports merges as evolve
+  * commit: suggest using topic on new heads
+  * uncommit: `--revert` flag added to clean the wdir after uncommit
+  * obslog: add color support to content-diff output with --patch
+  * fix `hg prev` behavior on obsolete changesets
+  * no longer issues "obsolete working copy" message during no-op
+
   * use the new instabilities names from mercurial 4.4+
     (in `hg evolve --list` and other messages)
 
   * new algorithm for obshashrange discovery:
 
-    The new algorithm is fast, simpler to cache and with better complexity. It
+    The new algorithm is faster, simpler to cache and with better complexity. It
     is able to handle repository of any size (naive python implementation is a
     bit slow). Support for the previous experimental approach have been
     dropped, please update both clients and servers. The new approach is still
     hidden behind and experimental flag for now.
 
-  * uncommit: `--revert` flag added to clean the wdir after uncommit
-  * evolve: changes to the on disk format for interrupted evolve
-  * evolve: preserve phase information with --continue (issue5720)
-  * evolve: --continue now properly reports merges as evolve
-  * commit: suggest using topic on new heads
-  * obslog: add color support to content-diff output with --patch
-
-topic (0.7.1)
-
-7.1.1 - in progress
--------------------
-
-  * fix `hg prev` behavior on obsolete changesets
-  * no longer issue "obsolete working copy" message during no-op
-
-topic (0.6.1)
+topic (0.7.0)
 
   * fix compatibility with Mercurial-4.3
   * new template keyword `topic` to get changesets topic