From: Sebastián Ramírez Date: Fri, 29 Nov 2019 06:04:01 +0000 (+0100) Subject: :memo: Update release notes X-Git-Tag: 0.44.1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1788a25c74511a96b0e008ff7c9c468d8125326;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 6a122bacc5..96ffc94761 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* Fix serialization of errors for exotic Pydantic types. PR [#748](https://github.com/tiangolo/fastapi/pull/748) by [@dmontagu](https://github.com/dmontagu). + ## 0.44.0 * Add GitHub action [Issue Manager](https://github.com/tiangolo/issue-manager). PR [#742](https://github.com/tiangolo/fastapi/pull/742).