changeset 1136:e9900a4af996

README: update for 5.0 release
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 22 Oct 2014 15:01:37 -0700
parents db16c4ad15d0
children 9cfbed50dfee
files README
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README	Wed Oct 22 14:58:06 2014 -0700
+++ b/README	Wed Oct 22 15:01:37 2014 -0700
@@ -57,12 +57,9 @@
 Changelog
 =========
 
-5.0.0 --
+5.0.0 -- 2014-10-22
 
 - drop compat with Mercurial pre 3.2
-
-4.2.0 --
-
 - uncommit: add a --rev argument
 - evolve: add a `working directory now at xxxxxxxxxx` message
 - evolve: automatically translate obsolete hashes when evolving
@@ -70,6 +67,11 @@
 - prune: work around a massive slowdown from lazy revset
 - grab: "fix" the grab alias on window
 
+- fix an issue where prune performance were quadratic with the number of
+  changesets pruned.
+- pull: use discovery to pull less obsmarkers through bundle2
+
+
 4.1.0 -- 2014-08-08
 
 - amend: add -D/--current-date option