📝 Update release notes

This commit is contained in:
Sebastián Ramírez 2019-06-18 09:40:31 +02:00
parent f0df79aa91
commit bdd794a0e6
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
## Latest changes
* Upgrade Pydantic support to `0.28`. PR [#320](https://github.com/tiangolo/fastapi/pull/320) by [@jekirl](https://github.com/jekirl).
## 0.29.1
* Fix handling an empty-body request with a required body param. PR [#311](https://github.com/tiangolo/fastapi/pull/311).