From ae863418cdc03c0b6cdd381a8b89eed4acf2c0f5 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Wed, 17 Dec 2025 18:14:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(changelog)=20reorganize=20sections?= =?UTF-8?q?=20to=20match=20Keep=20a=20Changelog=20convention?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reorder CHANGELOG section headings to follow standard Keep a Changelog format (Added, Changed, Deprecated, Removed, Fixed, Security) for consistent structure that users expect when reviewing release notes. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ed706c7..81007629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [1.0.1] - 2025-12-17 ### Changed @@ -16,5 +18,3 @@ and this project adheres to - ♿(frontend) indicate external link opens in new window on feedback #816 - ♿(frontend) fix heading level in modal to maintain semantic hierarchy #815 - ♿️(frontend) Improve focus management when opening and closing chat #807 - -## [Unreleased]