From 40ede10425207f6c8bda08cc8d615a0e543e493c Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 25 Apr 2015 13:54:46 -0500 Subject: [PATCH] doc: Update changelog for 0.3 release --- doc/changelog.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index a654fb9..ef7a7df 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -2,6 +2,21 @@ Change Log ========== +0.3 +=== + +* Removed dependency on *setuptools* (`Issue #4`_) +* Added support for classes as request validators (as opposed to entry point + names) +* Added ability to customize applications by overriding methods: + + * :py:meth:`~milla.app.Application.make_request` + * :py:meth:`~milla.app.Application.resolve_path` + * :py:meth:`~milla.app.Application.handle_error` + +* Added :py:class:`~milla.controllers.HTTPVerbController` +* Removed deprecated ``milla.cli`` +* Removed deprecated ``milla.dispatch.routing.Generator`` 0.2.1 ===== @@ -45,3 +60,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 +.. _Issue #4: https://bitbucket.org/AdmiralNemo/milla/issue/4