From f899081a3f306bfa9099c0e199bb593f65c6d91a Mon Sep 17 00:00:00 2001 From: Lakshmi Vyasarajan Date: Wed, 11 May 2011 11:07:54 +0530 Subject: [PATCH] Updated changelog and Authors. Added TODO to track pending unit tests --- AUTHORS.rst | 3 +++ CHANGELOG.rst | 17 +++++++++++++++++ TODO.rst | 3 +++ 3 files changed, 23 insertions(+) create mode 100644 TODO.rst diff --git a/AUTHORS.rst b/AUTHORS.rst index ddce797..f4374d8 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -13,6 +13,9 @@ Contributors * Bug Fix: Added more standard paths for executables * Added Combine files plugin * Added ignore option in site configuration to igore based on wildcards + * Added silent, compress and optimization parameter support for less css plugin + * Fixed plugin chaining issues + * Added Language(translation) plugin - |pestaa|_ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1f95307..508c9a4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,20 @@ +Version 0.8.1-c4 +================ + +Thanks to @vincentbernat + +* Added git dates plugin +* Added Image size plugin + +Version 0.8.1-c3 +================ + +Thanks to @vincentbernat + +* Added silent, compress and optimization parameter support for less css plugin +* Fixed plugin chaining issues +* Added Language(translation) plugin + Version 0.8.1-c2 ================ diff --git a/TODO.rst b/TODO.rst new file mode 100644 index 0000000..bf06360 --- /dev/null +++ b/TODO.rst @@ -0,0 +1,3 @@ +* Unit test for Language plugin +* Unit test for Image size plugin +* Unit test for git dates plugin