From: Sebastián Ramírez Date: Sat, 29 Feb 2020 16:16:00 +0000 (+0100) Subject: :memo: Update release notes X-Git-Tag: 0.49.2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e0200607f9d2c139bf97f8a27988be6658311cc;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 8326ec7fe0..7e8a6a7020 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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).