diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 9dca441..0000000 --- a/AUTHORS +++ /dev/null @@ -1,24 +0,0 @@ -Hyde is primarily developed and maintained by [Lakshmi Vyasarajan][1]. The new -version of Hyde is sponsored by [Flowplayer][2] and [Tero Piirainen][3]. - -This version would not exist without the contributions for the -[original hyde project][4]. - -Contributors -============= - - -- @rfk - - * Bug fixes - * Pyfs publisher with mimetype and etags support - -- @tinnet - - * Bug fixes (Default template, Syntax template tag) - - -[1]: http://twitter.com/lakshmivyas -[2]: http://flowplayer.org -[3]: http://cloudpanic.com -[4]: http://github.com/lakshmivyas/hyde diff --git a/AUTHORS.rst b/AUTHORS.rst new file mode 100644 index 0000000..e2b3aed --- /dev/null +++ b/AUTHORS.rst @@ -0,0 +1,33 @@ +Hyde is developed and maintained by `Lakshmi Vyasarajan`_. The new version of +Hyde is sponsored by `Flowplayer`_ and `Tero Piirainen`_. + +This version would not exist without the contributions from the +`original hyde project`_. + +Contributors +------------ + +- |pestaa|_ + + * Added support `UTF8` keys in `metadata` and `config` + +- |rfk|_ + + * Bug fixes + * Pyfs publisher with `mimetype` and `etags` support + +- |tinnet|_ + + * Bug fixes (Default template, `Syntax` template tag) + + +.. _Lakshmi Vyasarajan: http://twitter.com/lakshmivyas +.. _Flowplayer: http://flowplayer.org +.. _Tero Piirainen: http://cloudpanic.com +.. _original hyde project: http://github.com/lakshmivyas/hyde +.. |rfk| replace:: Ryan Kelly +.. _rfk: http://github.com/rfk +.. |tinnet| replace:: Tinnet Coronam +.. _tinnet: http://github.com/tinnet +.. |pestaa| replace:: pestaa +.. _pestaa: http://github.com/pestaa diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a6148c8..3391b82 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,11 @@ +Version 0.8.1-c1 +================ + +Thanks to @pestaa + +* Added support `UTF8` keys in `metadata` and `config` + + Version 0.8.1 =============