mirror of https://github.com/tiangolo/fastapi.git
parent
6cf40df24d
commit
2330e2de75
|
|
@ -9,6 +9,7 @@ hide:
|
|||
|
||||
### Fixes
|
||||
|
||||
* 🐛 Fix parsing extra `Form` parameter list. PR [#14303](https://github.com/fastapi/fastapi/pull/14303) by [@YuriiMotov](https://github.com/YuriiMotov).
|
||||
* 🐛 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue