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)