]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 27 Mar 2020 15:21:28 +0000 (16:21 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 27 Mar 2020 15:21:28 +0000 (16:21 +0100)
docs/en/docs/release-notes.md

index dd7f3a94e2caa07d0ccf4a8a87f4ae8d4e1ffefd..a29b0e05442bc74792e8b021bf9e9e0c0991eca9 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Fix serialization when using `by_alias` or `exclude_unset` and returning data with Pydantic models. PR [#1074](https://github.com/tiangolo/fastapi/pull/1074) by [@juhovh-aiven](https://github.com/juhovh-aiven).
 * Add Gitter chat to docs. PR [#1061](https://github.com/tiangolo/fastapi/pull/1061) by [@aakashnand](https://github.com/aakashnand).
 * Update and simplify translations docs. PR [#1171](https://github.com/tiangolo/fastapi/pull/1171).
 * Update development of FastAPI docs, set address to `127.0.0.1` to improve Windows support. PR [#1169](https://github.com/tiangolo/fastapi/pull/1169) by [@mariacamilagl](https://github.com/mariacamilagl).