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.