doc: Update changelog for 0.3 release

master 0.3
Dustin 2015-04-25 13:54:46 -05:00
parent 634c914f6d
commit 40ede10425
1 changed files with 16 additions and 0 deletions

View File

@ -2,6 +2,21 @@
Change Log 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 0.2.1
===== =====
@ -45,3 +60,4 @@ Initial release
.. _Issue #1: https://bitbucket.org/AdmiralNemo/milla/issue/1 .. _Issue #1: https://bitbucket.org/AdmiralNemo/milla/issue/1
.. _Issue #5: https://bitbucket.org/AdmiralNemo/milla/issue/5 .. _Issue #5: https://bitbucket.org/AdmiralNemo/milla/issue/5
.. _Issue #7: https://bitbucket.org/AdmiralNemo/milla/issue/7 .. _Issue #7: https://bitbucket.org/AdmiralNemo/milla/issue/7
.. _Issue #4: https://bitbucket.org/AdmiralNemo/milla/issue/4