diff HISTORY.txt @ 73:d262139732f7

Fixed to work against mercurial >= 4.1 (which requires using @command decorator for commands). (internally using mercurial_extension_utils to define command portably)
author Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
date Thu, 18 May 2017 17:36:19 +0200
parents a262d5481d16
children
line wrap: on
line diff
--- a/HISTORY.txt	Thu May 18 17:35:36 2017 +0200
+++ b/HISTORY.txt	Thu May 18 17:36:19 2017 +0200
@@ -1,9 +1,15 @@
-1.0.3
+1.1.0
 ~~~~~~~~~~~~~
 
-Updated links after bitbucket changes.
+Fixed to work with Mercurial >= 4.1
+
+Formally tested against Mercurial 4.1 and 4.2
 
-hg 4.1 and 4.2 added to tested versions.
+Updated doc links after bitbucket changes.
+
+Note: since this version mercurial_extension_utils is required
+(for meu.command, compatibility layer for command definition
+working against various mercurial versions).
 
 1.0.2
 ~~~~~~~~~~~~~