]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Include PR in Release Notes 0.6.0
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 19 Feb 2019 17:22:51 +0000 (21:22 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 19 Feb 2019 17:22:51 +0000 (21:22 +0400)
docs/release-notes.md

index 69c742ca7443148468eb5f9200cbe16924720b14..577c47e9fe83364b9cf7d8661aca6b27765f6cbf 100644 (file)
@@ -2,7 +2,7 @@
 
 ## 0.6.0
 
-* Update SQL with SQLAlchemy tutorial at <a href="https://fastapi.tiangolo.com/tutorial/sql-databases/" target="_blank">https://fastapi.tiangolo.com/tutorial/sql-databases/</a> using the new official `request.state`.
+* Update SQL with SQLAlchemy tutorial at <a href="https://fastapi.tiangolo.com/tutorial/sql-databases/" target="_blank">https://fastapi.tiangolo.com/tutorial/sql-databases/</a> using the new official `request.state`. PR <a href="https://github.com/tiangolo/fastapi/pull/45" target="_blank">#45</a>.
 
 * Upgrade Starlette to version `0.11.1` and add required compatibility changes. PR <a href="https://github.com/tiangolo/fastapi/pull/44" target="_blank">#44</a>.