]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sat, 23 May 2026 18:40:42 +0000 (18:40 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sat, 23 May 2026 18:40:42 +0000 (18:40 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 05c90b1bf9311f0342fceebc27315363c9d8468f..3d2b4063f295e5aa6cfcafd4f3f91a1781b94d08 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Refactors
+
+* ♻️ Do not accept underscore headers when using `convert_underscores=True` (the default). PR [#15589](https://github.com/fastapi/fastapi/pull/15589) by [@tiangolo](https://github.com/tiangolo).
+
 ## 0.136.2 (2026-05-23)
 
 ### Refactors