From a4358db5bc05e3f365e8cb912ccfd2d1d7d2ce98 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 12 Mar 2024 12:31:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20release=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes.md b/release-notes.md index c812448..fca42f0 100644 --- a/release-notes.md +++ b/release-notes.md @@ -69,6 +69,7 @@ ### Refactors +* ♻️ Refactor logic to allow running pytest tests locally. PR [#683](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/683) by [@tiangolo](https://github.com/tiangolo). * ♻ Update error messages. PR [#417](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/417) by [@qu3vipon](https://github.com/qu3vipon). * 🔧 Add a default Flower password. PR [#682](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/682) by [@tiangolo](https://github.com/tiangolo). * 🔧 Update VS Code debug config. PR [#676](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/676) by [@tiangolo](https://github.com/tiangolo).