]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 18 Jan 2020 17:06:20 +0000 (18:06 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 18 Jan 2020 17:06:20 +0000 (18:06 +0100)
docs/release-notes.md

index c79fa8813ba694e15495f5be8048ae7b2537deaf..8071b5da1d6134ebdb6ecea0ac69a04eb4cd1ca5 100644 (file)
@@ -1,5 +1,8 @@
 ## Latest changes
 
+* Fix model filtering in `response_model`, cloning sub-models. PR [#889](https://github.com/tiangolo/fastapi/pull/889).
+* Fix FastAPI serialization of Pydantic models using ORM mode blocking the event loop. PR [#888](https://github.com/tiangolo/fastapi/pull/888).
+
 ## 0.47.0
 
 * Refactor documentation to make a simpler and shorter [Tutorial - User Guide](https://fastapi.tiangolo.com/tutorial/) and an additional [Advanced User Guide](https://fastapi.tiangolo.com/advanced/) with all the additional docs. PR [#887](https://github.com/tiangolo/fastapi/pull/887).