📝 Update release notes

This commit is contained in:
Sebastián Ramírez 2020-07-10 11:18:18 +02:00
parent d0e739d8f2
commit 92feb3ade7
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## Latest changes
* Add note in docs on order in Pydantic Unions. PR [#1591](https://github.com/tiangolo/fastapi/pull/1591) by [@kbanc](https://github.com/kbanc).
* Improve support for tests in editor. PR [#1699](https://github.com/tiangolo/fastapi/pull/1699).
* Pin dependencies. PR [#1697](https://github.com/tiangolo/fastapi/pull/1697).
* Update isort to version 5.x.x. PR [#1670](https://github.com/tiangolo/fastapi/pull/1670) by [@asheux](https://github.com/asheux).