mirror of https://github.com/tiangolo/fastapi.git
📝 Update release notes
This commit is contained in:
parent
55c4b5fb0b
commit
44d63cd555
|
|
@ -1,6 +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).
|
||||
* Fix using `"default"` extra response with status codes at the same time. PR [#489](https://github.com/tiangolo/fastapi/pull/489).
|
||||
* Allow additional responses to use status code ranges (like `5XX` and `4XX`) and `"default"`. PR [#435](https://github.com/tiangolo/fastapi/pull/435) by [@divums](https://github.com/divums).
|
||||
|
||||
## 0.36.0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue