From 521e6e4edadf778ecbbff7c8e9f40541396e72a7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 19 Mar 2025 12:49:36 +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 [skip ci] --- release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes.md b/release-notes.md index 7cccfbf..095d2c1 100644 --- a/release-notes.md +++ b/release-notes.md @@ -4,6 +4,7 @@ ### Fixes +* 🐛 Close sidebar drawer on user selection. PR [#1515](https://github.com/fastapi/full-stack-fastapi-template/pull/1515) by [@dtellz](https://github.com/dtellz). * 🐛 Fix required password validation when editing user fields. PR [#1508](https://github.com/fastapi/full-stack-fastapi-template/pull/1508) by [@jpizquierdo](https://github.com/jpizquierdo). ### Refactors