From a49f3b6b32705cb9931dff4f2b643b03cf6ff091 Mon Sep 17 00:00:00 2001 From: Sylvain Boissel Date: Mon, 15 Dec 2025 11:28:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(changelog)=20move=20entry=20in=20u?= =?UTF-8?q?nreleased=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The changelog line was at the wrong place after rebase --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 124f8432..41fd811d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to - ✨(backend) allow to create a new user in a marketing system +### Changed + +- 🚸(backend) use unaccented full name for user search #1637 + ## [4.1.0] - 2025-12-09 ### Added @@ -64,7 +68,6 @@ and this project adheres to - ♻️(frontend) preserve @ character when esc is pressed after typing it #1512 - ♻️(frontend) make summary button fixed to remain visible during scroll #1581 - ♻️(frontend) pdf embed use full width #1526 -- 🚸(backend) use unaccented full name for user search #1637 ### Fixed