From f972382d125517bb1bf49a43abb4775eba9129e9 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 21 Feb 2015 00:09:10 -0600 Subject: [PATCH] doc: Update changelog --- doc/changelog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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