changeset 2704:a8e22ede5a9a stable

readme: prepare version 6.5.0
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 02 Jul 2017 19:31:11 +0200
parents fddaf14783b1
children a7b7471b4bed
files README
diffstat 1 files changed, 18 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sun Jul 02 18:07:23 2017 +0200
+++ b/README	Sun Jul 02 19:31:11 2017 +0200
@@ -121,26 +121,34 @@
 Changelog
 =========
 
-6.5.0 - in progress
+6.5.0 -- 2017-07-02
 -------------------
 
+features:
+
  - obslog: gain a --patch flag to display changes introduced by the evolution
   (Currently limited to in simple case only)
+ - log: display obsolescence fate by default, (future 4.3 only)
+ - doc: various minor improvement.
 
- - stack: also show the unstable status for the current changeset (issue5553)
+bugfixes:
+
+ - evolve: fix branch preservation for merge,
+ - obsfate: improve support for advanced template reformating,
+ - split: preserve author of the splitted changeset.
+ - grab: properly fix hg executable on windows.
+
+topic:
+
+ - 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)
+ - 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
--------------------
+ - topic: improved topic preservation for various commands.
 
- - 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
 -------------------