📝 Update release notes

[skip ci]
This commit is contained in:
github-actions[bot] 2025-12-02 04:40:16 +00:00
parent d68c066246
commit 740ec2787b
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ hide:
## Latest Changes
### Fixes
* 🐛 Fix support for form values with empty strings interpreted as missing (`None` if that's the default), for compatibility with HTML forms. PR [#13537](https://github.com/fastapi/fastapi/pull/13537) by [@MarinPostma](https://github.com/MarinPostma).
## 0.123.1
### Fixes