From: Sebastián Ramírez Date: Tue, 18 Jun 2019 07:40:31 +0000 (+0200) Subject: :memo: Update release notes X-Git-Tag: 0.30.0~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bdd794a0e657cb72c4d88bb059826104ed2389bf;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 65f52c92fa..aa37486f4d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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).