]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes with SQL tutorial changes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 23 Feb 2019 21:09:00 +0000 (01:09 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 23 Feb 2019 21:09:00 +0000 (01:09 +0400)
docs/release-notes.md

index 212534b67a1b8d78b0fa248618bd88ba3e7f822b..08e9fc989db1b4982a54d274d58116f0e69189fe 100644 (file)
@@ -1,5 +1,9 @@
 ## Next
 
+* Introduce new project generator based on FastAPI and PostgreSQL<a href="https://github.com/tiangolo/full-stack-fastapi-postgresql" target="_blank">https://github.com/tiangolo/full-stack-fastapi-postgresql</a>. PR <a href="https://github.com/tiangolo/fastapi/pull/52" target="_blank">#52</a>.
+
+* Update <a href="https://fastapi.tiangolo.com/tutorial/sql-databases/" target="_blank">SQL tutorial with SQLAlchemy, using `Depends` to improve editor support and reduce code repetition</a>. PR <a href="https://github.com/tiangolo/fastapi/pull/52" target="_blank">#52</a>.
+
 * Improve middleware naming in tutorial for SQL with SQLAlchemy <a href="https://fastapi.tiangolo.com/tutorial/sql-databases/" target="_blank">https://fastapi.tiangolo.com/tutorial/sql-databases/</a>.
 
 ## 0.6.1