document new features in __directory, __file, __link

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-01-09 15:28:18 +01:00
parent c1dc33a5a1
commit 839986604d
1 changed files with 2 additions and 0 deletions

View File

@ -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)