From 7e8e98d737e6c9a968fb592cf8a5d96ae4f6859b Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 1 Sep 2026 22:07:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9(changelog)=20fix=20changelog=20ent?= =?UTF-8?q?ry=20ordering?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restore the correct order of entries in the CHANGELOG, which got shuffled somewhere between rebases. --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80da531a..e5fcee43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,6 @@ and this project adheres to ## [1.30.0] - 2026-09-01 -### Changed - -- ♿️(frontend) close side panel with Escape key #1507 - ### Added - ✨(agent) support Voxtral realtime as inference engine @@ -29,6 +25,7 @@ and this project adheres to - ⬆️(frontend) upgrade @fontsource/opendyslexic from 5.2.5 to 5.3.0 - ⬆️(addons) upgrade core-js from 3.49.0 to 3.50.0 - ♻️(backend) factorize s3 client creation in utils +- ♿️(frontend) close side panel with Escape key #1507 ### Fixed