From 60ca70b29afaf8bb8f484e26319f4ef8263704b9 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 9 Jan 2012 23:25:47 +0100 Subject: [PATCH] document bugfix for __key_value Signed-off-by: Nico Schottelius --- doc/changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changelog b/doc/changelog index b9c5cad7..2672cc90 100644 --- a/doc/changelog +++ b/doc/changelog @@ -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)