CHANGELOG
branchstable
changeset 4862 40795751be1c
parent 4857 86cdc5efd769
child 4881 0b3032e07eb2
--- a/CHANGELOG	Fri Sep 27 12:49:36 2019 +0200
+++ b/CHANGELOG	Sat Sep 28 12:51:03 2019 +0200
@@ -1,17 +1,7 @@
 Changelog
 =========
 
-9.2.0 - in progress
--------------------
-
-  * python3: beta support for Python 3.6+
-    (thanks to ludovicchabant, martinvonz and rgomes for their hard work)
-  * prune: clarify error message when no revision were passed,
-  * evolve: avoid possible race conditions bu locking earlier
-  * abort: add support for `evolve` and `pick` to `hg abort` (hg-5.1+)
-  * rewind: add --keep flag to preserve working copy
-
-9.1.1 - in progress
+9.2.0 -- 2019-09-28
 -------------------
 
   * evolve: check that relocating makes sense in _solvedivergent() (issue5958)
@@ -21,6 +11,13 @@
   * stack: make sure to preserve dependencies, fixes certain complex cases
   * prune: improve documentation for `--pair`
 
+  * python3: beta support for Python 3.6+
+    (thanks to ludovicchabant, martinvonz and rgomes for their hard work)
+  * prune: clarify error message when no revision were passed,
+  * evolve: avoid possible race conditions bu locking earlier
+  * abort: add support for `evolve` and `pick` to `hg abort` (hg-5.1+)
+  * rewind: add --keep flag to preserve working copy
+
 9.1.0 -- 2019-07-29
 -------------------