From fc282e3043b838ab330ce2aea94dc10c94da8f98 Mon Sep 17 00:00:00 2001 From: pajlada Date: Sat, 14 Feb 2026 12:42:58 +0100 Subject: [PATCH] Apply suggestion from @pajlada --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e668689..a4be051c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,7 +54,7 @@ - Bugfix: Disable "Sort Tabs Alphabetically" action when notebook layout is locked. (#6710) - Bugfix: Fix highlight mentions not updating when username changes. (#6723, #6739) - Bugfix: Fixed Return and Enter being treated as different keys on Mac OS. (#6726) -- Bugfix: Fixed incorrect deletion length in tab autocomplete when using emojis. (#6800) +- Bugfix: Fixed incorrect deletion length in tab autocomplete when completion included emojis. (#6800) - Dev: Nightly builds are now defined through a build flag rather than the Modes file. (#6798) - Dev: Update release documentation. (#6498) - Dev: Make code sanitizers opt in with the `CHATTERINO_SANITIZER_SUPPORT` CMake option. After that's enabled, use the `SANITIZE_*` flag to enable individual sanitizers. (#6493)