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