📝 Update release notes

This commit is contained in:
github-actions 2024-08-24 19:27:59 +00:00
parent 51b625e127
commit b69a9f3b6f
1 changed files with 1 additions and 0 deletions

View File

@ -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