sanic/docs/sanic/releases/v0.3.1.md
2017-07-06 15:21:51 +08:00

12 lines
695 B
Markdown

# v0.3.1 (2017-02-09)
## Dynamic Route Overloading, url_for, Inherited Exceptions, etc.
To see the exhaustive list of pull requests included in this release see:
[https://github.com/channelcat/sanic/milestone/4?closed=1](https://github.com/channelcat/sanic/milestone/4?closed=1)
- [#199](https://github.com/channelcat/sanic/issues/199) Add methods to load configs from a file (Thanks to @Tim-Erwin)
- [#362](https://github.com/channelcat/sanic/issues/362) We're on readthedocs! (Thanks to @channelcat)
- [#360](https://github.com/channelcat/sanic/issues/360) Fixed dynamic route overloading
- [#387](https://github.com/channelcat/sanic/issues/387) Added url_for method (Thanks to @subyraman)