++changes(2.0.13)

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-05-30 16:00:31 +02:00
parent 3cb85fc3f3
commit 9d74696e62
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ Changelog
* Changes are always commented with their author in (braces)
* Exception: No braces means author == Nico Schottelius
2.0.13:
* Bugfix __addifnosuchline: Fixed quotes/interpolation bug ("a b" became "a b")
2.0.12: 2012-05-29
* Core: Correctly raise error on Python < 3.2 (Steven Armtrong)
* Core: Add support for --remote-exec and --remote-copy parameters