From 839986604d05f53af860ed60c18a84b42b80523e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 9 Jan 2012 15:28:18 +0100 Subject: [PATCH] document new features in __directory, __file, __link Signed-off-by: Nico Schottelius --- doc/changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changelog b/doc/changelog index 7bea7632..b9c5cad7 100644 --- a/doc/changelog +++ b/doc/changelog @@ -5,6 +5,8 @@ regular expressions (Daniel Maher) * Documentation: (Re)write of the tutorial * Cleanup: Explicitly require Python >= 3.2 (do not fail implicitly) + * Feature: __directory, __file, __link: + Add --state parameter (Steven Armstrong) 2.0.4: 2011-11-18 * Bugfix core: Remove traceback when sending SIGINT (aka Ctrl-C)