Browse Source

📝 Update release notes

pull/890/head
Sebastián Ramírez 5 years ago
parent
commit
3b40c557ce
  1. 3
      docs/release-notes.md

3
docs/release-notes.md

@ -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).

Loading…
Cancel
Save