From f56a2f10f985c7be43f1cc627841c028f5eb2bee Mon Sep 17 00:00:00 2001 From: Lakshmi Vyasarajan Date: Tue, 10 May 2011 17:52:39 +0530 Subject: [PATCH] Updated Authors and changelog --- AUTHORS.rst | 13 +++++++++++-- CHANGELOG.rst | 9 +++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index e2b3aed..e6070dc 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -7,13 +7,20 @@ This version would not exist without the contributions from the Contributors ------------ +- |vincentbernat|_ + + * Bug Fix: Made sorting tests more predictable + * Bug Fix: Added more standard paths for executables + * Added Combine files plugin + - |pestaa|_ - * Added support `UTF8` keys in `metadata` and `config` + * Added support for `UTF8` keys in `metadata` and `config` - |rfk|_ - * Bug fixes + * Bug fix: LessCSSPlugin: return original text if not a .less file + * Added 'use_figure' configuration option for syntax tag * Pyfs publisher with `mimetype` and `etags` support - |tinnet|_ @@ -31,3 +38,5 @@ Contributors .. _tinnet: http://github.com/tinnet .. |pestaa| replace:: pestaa .. _pestaa: http://github.com/pestaa +.. |vincentbernat| replace:: Vincent Bernat +.. _vincentbernat: http://github.com/vincentbernat diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3391b82..ecf35ae 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +Version 0.8.1-c2 +================ + +Thanks to @vincentbernat + +* Bug Fix: Made sorting tests more predictable +* Bug Fix: Added more standard paths for executables +* Added Combine files plugin + Version 0.8.1-c1 ================