📝 Update release notes

This commit is contained in:
Sebastián Ramírez 2020-02-29 17:16:00 +01:00
parent bd407ca705
commit 8e0200607f
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
## Latest changes
* Add missing dependencies for testing. PR [#1026](https://github.com/tiangolo/fastapi/pull/1026) by [@sm-Fifteen](https://github.com/sm-Fifteen).
* Fix accepting valid types for response models, including Python types like `List[int]`. PR [#1017](https://github.com/tiangolo/fastapi/pull/1017) by [@patrickmckenna](https://github.com/patrickmckenna).
* Fix format in SQL tutorial. PR [#1015](https://github.com/tiangolo/fastapi/pull/1015) by [@vegarsti](https://github.com/vegarsti).