From 5a79f4e427675268fd9479d74e4f7c21bf2e6d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 17 Apr 2020 08:01:35 +0200 Subject: [PATCH] :memo: Update release notes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ec9696..09be3b1 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ After using this generator, your new project (the directory created) will contai ### Latest Changes +* Use Pydantic's `BaseSettings` for settings/configs and env vars. PR [#87](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/87) by [@StephenBrown2](https://github.com/StephenBrown2). * Remove `package-lock.json` to let everyone lock their own versions (depending on OS, etc). * Simplify Traefik service labels PR [#139](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/139). * Add email validation. PR [#40](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/40) by [@kedod](https://github.com/kedod).