diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 6d4cb60..e5c4efe 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -67,6 +67,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Zaguán Coder Daemon provider fix. Fixed an issue where Anthropic-specific instructions were being sent to non-Anthropic providers.
Fixed a warning message that was too prominent.
Fixed escaped characters showing up in the Blade Terminal.
+ Fixed terminal crash with dead-key characters. Resolved UTF-8 unsafe slicing in sentinel parsing that caused crashes with multibyte characters (e.g., ~/dead-key sequences). ANSI stripping now preserves UTF-8 bytes correctly.