README
branchmercurial-4.1
changeset 2700 52d5c5ce27e4
parent 2699 fddaf14783b1
child 2704 a8e22ede5a9a
--- a/README	Fri Jun 16 19:27:36 2017 +0200
+++ b/README	Sun Jul 02 18:22:39 2017 +0200
@@ -121,18 +121,36 @@
 Changelog
 =========
 
-6.4.0 - inprogress
-------------------
+6.5.0 - in progress
+-------------------
+
+ - obslog: gain a --patch flag to display changes introduced by the evolution
+  (Currently limited to in simple case only)
 
+ - stack: also show the unstable status for the current changeset (issue5553)
+ - stack: properly abort when and unknown topic is requested,
+ - stack: add basic and raw support for named branches
+ - topic: changing topic on revs no longer adds extra instability (issue5441)
+ - topic: topics: rename '--change' flag to '--rev' flag,
+ - topic: multiple large performance improvements,
+ - topic: various small output improvement,
+
+6.4.1 - in progress
+-------------------
+
+ - evolve: fix branch preservation for merge
+ - obsfate: improve support for advanced template reformating
+ - split: preserve author of the splitted changeset,
+
+6.4.0 -- 2017-06-16
+-------------------
+
+ - template: signifiant improvement to the '{obsfate}' template (now 4.2+ only)
+ - template: fix 'successors' and 'precursors' template to expose hex-node
  - effect flag: the experiment is now active by default,
    (see 'hg help -e evolve' to opt out)
+ - effect flag: fix a small bug related to hidden changeset,
  - obscache: reduce impact on large repository
- - template: signifiant improvement to the '{obsfate}' template (now 4.2+ only)
-
-6.3.2 - in progress
--------------------
-
- - effect flag: fix a small bug related to hidden changeset,
  - obshashrange: install a '.max-revs' option see extension help for details
 
 6.3.1 -- 2017-06-01