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

docs/en/docs/release-notes.md

index 57c7d27eecc68b0bb49dd14690de46b588d989a5..fcca4f762d9bbfe6b1256113e6b3b0514c73f991 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 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).
+
 ### Upgrades
 
 * ⬆️ Update ReDoc to version 2.x. PR [#9700](https://github.com/fastapi/fastapi/pull/9700) by [@joakimnordling](https://github.com/joakimnordling).