--- 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