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

695 B

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

  • #199 Add methods to load configs from a file (Thanks to @Tim-Erwin)
  • #362 We're on readthedocs! (Thanks to @channelcat)
  • #360 Fixed dynamic route overloading
  • #387 Added url_for method (Thanks to @subyraman)