mirror of https://github.com/encode/starlette.git
Version 0.38.2 (#2655)
This commit is contained in:
parent
78fcd54c07
commit
5ed55c4411
|
@ -1,10 +1,18 @@
|
|||
## 0.38.2
|
||||
|
||||
July 27, 2024
|
||||
|
||||
#### Fixed
|
||||
|
||||
* Not assume all routines have `__name__` on `routing.get_name()` [#2648](https://github.com/encode/starlette/pull/2648).
|
||||
|
||||
## 0.38.1
|
||||
|
||||
July 23, 2024
|
||||
|
||||
#### Removed
|
||||
|
||||
* Revert "Add support for ASGI pathsend extension" [#2649](https://github.com/encode/starlette/2649).
|
||||
* Revert "Add support for ASGI pathsend extension" [#2649](https://github.com/encode/starlette/pull/2649).
|
||||
|
||||
## 0.38.0
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.38.1"
|
||||
__version__ = "0.38.2"
|
||||
|
|
Loading…
Reference in New Issue