]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sat, 24 Aug 2024 19:27:59 +0000 (19:27 +0000)
committergithub-actions <github-actions@github.com>
Sat, 24 Aug 2024 19:27:59 +0000 (19:27 +0000)
docs/en/docs/release-notes.md

index d9cefc98902193d531ef99b8468a6a04ea212a82..28d430ab03a3c9aa917602fec20241e1cf01204c 100644 (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