From 8ce745b7ef4191079db64d8bc765969a3371b27e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 3 May 2019 23:52:42 +0400 Subject: [PATCH] :memo: Update release notes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c9a5f4..be97394 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,8 @@ After using this generator, your new project (the directory created) will contai ### Next release +* Forward arguments from script to `pytest` inside container. PR [#17](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/17) by [@ebreton](https://github.com/ebreton). + * Update development scripts. * Read Alembic configs from env vars. PR #9 by @ebreton.