From 05c9d320ec7d71f69d187c7bba817597f1c677a3 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 9 Jan 2012 23:36:58 +0100 Subject: [PATCH] reorder changelog for 2.0.5 release Signed-off-by: Nico Schottelius --- doc/changelog | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/changelog b/doc/changelog index 2672cc90..e6cb436e 100644 --- a/doc/changelog +++ b/doc/changelog @@ -1,14 +1,14 @@ -2.0.5: - * New Type: __package_luarocks (Christian G. Warden) - * New Type: __cdistmarker (Daniel Maher) - * Feature: __addifnosuchline supports matching on - 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.5: [BLOCKED FOR DOCUMENTATION/TUTORIAL] * Bugfix __key_value: Use correct delimiters (Steven Armstrong, Daniel Maher) + * Cleanup: Explicitly require Python >= 3.2 (do not fail implicitly) + * Documentation: (Re)write of the tutorial + * Feature: __addifnosuchline supports matching on + regular expressions (Daniel Maher) + * Feature: __directory, __file, __link: + Add --state parameter (Steven Armstrong) + * New Type: __package_luarocks (Christian G. Warden) + * New Type: __cdistmarker (Daniel Maher) 2.0.4: 2011-11-18 * Bugfix core: Remove traceback when sending SIGINT (aka Ctrl-C)