From: Sebastián Ramírez Date: Sat, 29 Feb 2020 12:16:20 +0000 (+0100) Subject: :memo: Update release notes X-Git-Tag: 0.49.2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f9be1d2e73bf66ebd8ae593aa387df4c3cb734d;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 24af24e83b..82705f68c9 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* Fix format in SQL tutorial. PR [#1015](https://github.com/tiangolo/fastapi/pull/1015) by [@vegarsti](https://github.com/vegarsti). + ## 0.49.1 * Fix path operation duplicated parameters when used in dependencies and the path operation function. PR [#994](https://github.com/tiangolo/fastapi/pull/994) by [@merowinger92](https://github.com/merowinger92).