From 24d94298d04a9fce72cdc3ac0e1e137104199397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 24 Feb 2019 01:09:00 +0400 Subject: [PATCH] :memo: Update release notes with SQL tutorial changes --- docs/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 212534b67..08e9fc989 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,9 @@ ## Next +* Introduce new project generator based on FastAPI and PostgreSQLhttps://github.com/tiangolo/full-stack-fastapi-postgresql. PR #52. + +* Update SQL tutorial with SQLAlchemy, using `Depends` to improve editor support and reduce code repetition. PR #52. + * Improve middleware naming in tutorial for SQL with SQLAlchemy https://fastapi.tiangolo.com/tutorial/sql-databases/. ## 0.6.1