mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 04:56:41 +00:00
📝 Update release notes
This commit is contained in:
parent
f803c77515
commit
b9cf69cd42
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
## Latest changes
|
## Latest changes
|
||||||
|
|
||||||
|
* Add support for setting a `default_response_class` in the `FastAPI` instance or in `include_router`. Initial PR [#467](https://github.com/tiangolo/fastapi/pull/467) by [@toppk](https://github.com/toppk).
|
||||||
* Add support for type annotations using strings and `from __future__ import annotations`. PR [#451](https://github.com/tiangolo/fastapi/pull/451) by [@dmontagu](https://github.com/dmontagu).
|
* Add support for type annotations using strings and `from __future__ import annotations`. PR [#451](https://github.com/tiangolo/fastapi/pull/451) by [@dmontagu](https://github.com/dmontagu).
|
||||||
|
|
||||||
## 0.38.1
|
## 0.38.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue