mirror of https://github.com/encode/starlette.git
Version 0.7.2
This commit is contained in:
parent
3e2e3430d1
commit
385ec33700
|
@ -1,3 +1,13 @@
|
|||
## 0.7.2
|
||||
|
||||
### Middleware
|
||||
|
||||
* Add support for `@app.middleware("http")` decorator.
|
||||
|
||||
### Routing
|
||||
|
||||
* Add "endpoint" to ASGI scope.
|
||||
|
||||
## 0.7.1
|
||||
|
||||
### Debug tracebacks
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.7.1"
|
||||
__version__ = "0.7.2"
|
||||
|
|
Loading…
Reference in New Issue