diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index f57bfc1..35927ea 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -35,7 +35,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
This release continues polishing the editor and terminal experience while development continues on v0.5.0.
+
This release continues polishing the editor and terminal experience while laying the groundwork for internationalization in Zaguán Blade.
@@ -43,6 +43,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements
+ - Started work on i18n for Zaguán Blade, with English and Spanish (Spain) planned for this release.
- Updated to Vite 8.
- Updated CodeMirror modules to their latest versions.
- Replaced a select few commands with built-in commands for better cross-OS compatibility.
@@ -58,6 +59,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- Tool Calls. Fixed a bug where the final response could arrive above a
run_command tool call.
- Blade Terminal. Fixed a bug where extra text would sometimes precede the command from
run_command.
+ - Chat Panel. Fixed Markdown rendering so messages feel more fluid and natural.