]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 28 Jul 2026 14:23:09 +0000 (14:23 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 28 Jul 2026 14:23:09 +0000 (14:23 +0000)
[skip ci]

docs/en/docs/release-notes.md

index ee15c540855092017e221c7ee4e31afce9fbafe9..1816b0d9870c721d2f4ab4b3f32c0c4f374b2d0a 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 Fix `response_model_*` params ignored for non-generator endpoints with `Iterable[..]` return type. PR [#15093](https://github.com/fastapi/fastapi/pull/15093) by [@YuriiMotov](https://github.com/YuriiMotov).
+
 ## 0.140.10 (2026-07-28)
 
 ### Fixes