From: github-actions Date: Tue, 17 Jun 2025 07:46:49 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.115.13~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e11a2d1c4eaedd891708d808a5b4c5d127db5db;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes [skip ci] --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 57c7d27eec..fcca4f762d 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -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).