From: github-actions Date: Sat, 24 Aug 2024 19:27:59 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.112.2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b69a9f3b6f822e71be275ca20347a0ab3dfe99e8;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index d9cefc9890..28d430ab03 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -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