diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 7d77c36..08d93b9 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 bug when using Gemini 3.1 Pro where extra text would appear when using the run_command tool.
Fixed a bug when run_command started a command without exit that blocked progress.
+ Diff parsing. Fixed an issue where Diff parsing was only reading the first parsed patch block.
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.