From: Sebastián Ramírez Date: Sat, 31 Aug 2019 00:34:34 +0000 (-0500) Subject: :memo: Update release notes X-Git-Tag: 0.38.0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b74aef4294266398727cd90ebdbeef9d8e2bb1e;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 3857aec4c0..3ac19e24c4 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* Upgrade support to Pydantic version 0.32.2 and update internal code to use it (breaking change). PR [#463](https://github.com/tiangolo/fastapi/pull/463) by [@dmontagu](https://github.com/dmontagu). + ## 0.37.0 * Add support for custom route classes for advanced use cases. PR [#468](https://github.com/tiangolo/fastapi/pull/468) by [@dmontagu](https://github.com/dmontagu).