# HG changeset patch # User Pierre-Yves David # Date 1499016671 -7200 # Node ID a8e22ede5a9a1b85d55428fa2791cab3f1da4f4d # Parent fddaf14783b1d08c133ab04ddd9ef963fcd41025 readme: prepare version 6.5.0 diff -r fddaf14783b1 -r a8e22ede5a9a README --- 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 -------------------