diff --git a/doc/changelog.rst b/doc/changelog.rst index 7632357..a654fb9 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -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