doc: Update changelog

master 0.2.1
Dustin C. Hatch 2015-02-21 00:09:10 -06:00
parent 1018519d73
commit f972382d12
1 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,13 @@ Change Log
==========
0.2.1
=====
* Fixed trailing slash redirect with empty path inf (`Issue #7`_)
* Fixed a compatibility issue with some servers and ``HEAD`` responses
* Allow specifying ``allowed_methods`` on controller classes
0.2
===
@ -37,3 +44,4 @@ Initial release
.. _Issue #1: https://bitbucket.org/AdmiralNemo/milla/issue/1
.. _Issue #5: https://bitbucket.org/AdmiralNemo/milla/issue/5
.. _Issue #7: https://bitbucket.org/AdmiralNemo/milla/issue/7