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