* Fixed multi-decorator method lookup regression introduced in v0.3.25
0.3.25
=======
* Added support for automatic dash-to-underscore aliasing in handler resolution
0.3.24
=======
* Removed `distribute` dependency
0.3.23
=======
* Added dispatcher parameter `raiseType` and deprecated `raiseErrors` * Changed meaning of ``raiseErrors=True`` to raise on 4xx and 5xx *only* (by aliasing to ``raiseType=HTTPError``) * Added workaround for issue 2 (RestController renders prematurely)
0.3.22
=======
* Added support for generic request wrapping via wrap * Added 404 response if extra, non-existent, path components are requested