]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sun, 23 Mar 2025 20:49:19 +0000 (20:49 +0000)
committergithub-actions <github-actions@github.com>
Sun, 23 Mar 2025 20:49:19 +0000 (20:49 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 5410c75b88a47d702faec46064c7b82bd57526f5..9d4bd33012c71cab2c2e6793e9064f92a71f8fda 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 Fix `convert_underscores=False` for header Pydantic models. PR [#13515](https://github.com/fastapi/fastapi/pull/13515) by [@tiangolo](https://github.com/tiangolo).
+
 ### Docs
 
 * 📝 Update `docs/en/docs/tutorial/middleware.md`. PR [#13444](https://github.com/fastapi/fastapi/pull/13444) by [@Rishat-F](https://github.com/Rishat-F).