From: Sebastián Ramírez Date: Fri, 12 Jul 2019 23:58:09 +0000 (-0500) Subject: :memo: Update release notes X-Git-Tag: 0.33.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5ea5eef2adbf11251b51d23f3a7cd7ed6734df2;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index af1d122efe..74ac800528 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* Upgrade Pydantic version to `0.30.0`. PR [#384](https://github.com/tiangolo/fastapi/pull/384) by [@jekirl](https://github.com/jekirl). + ## 0.32.0 * Fix typo in docs for features. PR [#380](https://github.com/tiangolo/fastapi/pull/380) by [@MartinoMensio](https://github.com/MartinoMensio).