mirror of https://github.com/encode/starlette.git
Version 0.6.3
This commit is contained in:
parent
96c51c959a
commit
692ee89e10
|
@ -1,3 +1,11 @@
|
|||
## 0.6.3
|
||||
|
||||
* Support routing to methods.
|
||||
* Ensure url_path_for works with Mount('/{some_path_params}').
|
||||
* Fix Router(default=) argument.
|
||||
* Support repeated paths, like: @app.route("/", methods=["GET"]), @app.route("/", methods=["POST"])
|
||||
* Use the default ThreadPoolExecutor for all sync endpoints.
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### SessionMiddleware
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.6.2"
|
||||
__version__ = "0.6.3"
|
||||
|
|
Loading…
Reference in New Issue