mirror of https://github.com/tiangolo/fastapi.git
📝 Update release notes
This commit is contained in:
parent
51b625e127
commit
b69a9f3b6f
|
|
@ -9,6 +9,7 @@ hide:
|
|||
|
||||
### Fixes
|
||||
|
||||
* 🐛 Fix `allow_inf_nan` option for Param and Body classes. PR [#11867](https://github.com/fastapi/fastapi/pull/11867) by [@giunio-prc](https://github.com/giunio-prc).
|
||||
* 🐛 Ensure that `app.include_router` merges nested lifespans. PR [#9630](https://github.com/fastapi/fastapi/pull/9630) by [@Lancetnik](https://github.com/Lancetnik).
|
||||
|
||||
### Refactors
|
||||
|
|
|
|||
Loading…
Reference in New Issue