]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Tue, 17 Jun 2025 10:25:13 +0000 (10:25 +0000)
committergithub-actions <github-actions@github.com>
Tue, 17 Jun 2025 10:25:13 +0000 (10:25 +0000)
[skip ci]

docs/en/docs/release-notes.md

index ac4003d84a7ea74189b63263ef42a885979e7daf..9aa0f796d2ea414e93cc56f31a256b903fabb92c 100644 (file)
@@ -11,6 +11,10 @@ hide:
 
 * 🐛 Fix truncating the model's description with form feed (`\f`) character for Pydantic V2. PR [#13698](https://github.com/fastapi/fastapi/pull/13698) by [@YuriiMotov](https://github.com/YuriiMotov).
 
+### Refactors
+
+* ✅ Simplify tests for `validate_response_recursive`. PR [#13507](https://github.com/fastapi/fastapi/pull/13507) by [@valentinDruzhinin](https://github.com/valentinDruzhinin).
+
 ### Upgrades
 
 * ⬆️ Update ReDoc to version 2.x. PR [#9700](https://github.com/fastapi/fastapi/pull/9700) by [@joakimnordling](https://github.com/joakimnordling).