document bugfix for __key_value

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-01-09 23:25:47 +01:00
parent 1e652569f8
commit 60ca70b29a
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
* Cleanup: Explicitly require Python >= 3.2 (do not fail implicitly)
* Feature: __directory, __file, __link:
Add --state parameter (Steven Armstrong)
* Bugfix __key_value: Use correct delimiters
(Steven Armstrong, Daniel Maher)
2.0.4: 2011-11-18
* Bugfix core: Remove traceback when sending SIGINT (aka Ctrl-C)