reorder changelog for 2.0.5 release

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-01-09 23:36:58 +01:00
parent 60ebefe820
commit 05c9d320ec
1 changed files with 9 additions and 9 deletions

View File

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