]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 29 Feb 2020 12:16:20 +0000 (13:16 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 29 Feb 2020 12:16:20 +0000 (13:16 +0100)
docs/release-notes.md

index 24af24e83bcb04548c6f939e70ac4b2d7b55d3a4..82705f68c9937e0f2d0d8810c79e06a36ddce00d 100644 (file)
@@ -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).