mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
📝 Update release notes
This commit is contained in:
parent
73dbbeab55
commit
c32e800c23
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
## Latest changes
|
||||
|
||||
* Allow additional responses to use status code ranges (like `5XX` and `4XX`) and `"default"`. [#435](https://github.com/tiangolo/fastapi/pull/435) by [@divums](https://github.com/divums).
|
||||
|
||||
## 0.36.0
|
||||
|
||||
* Fix implementation for `skip_defaults` when returning a Pydantic model. PR [#422](https://github.com/tiangolo/fastapi/pull/422) by [@dmontagu](https://github.com/dmontagu).
|
||||
|
|
|
|||
Loading…
Reference in a new issue