diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index ef6552f..69dcdd6 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -59,6 +59,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
CSS. Refactored a lot of the CSS for the UI to use proper names instead of hardcoding values.
Scrolling. Made scrolling a lot smoother across the board.
Dependencies. Added .pnpm-store to .gitignore and Gix ignored logic.
+ Shutdown Modal. Added a shutdown modal to save unsaved changes.
+ Updated Translations. English and Spanish translations updated and hardcoded literals replaced with translation strings.
@@ -78,6 +80,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Terminal. Fixed a bug where it wasn't possible to interact with the Terminal when the model was running commands.
Local AI. Fixed a bug in the Local AI implementation that would result in Gemma4 dying after the first response.
Editor. Fixed a bug that resulted in stale content being shown when switching tabs.
+ Markdown Editor. Fixed a bug in the Markdown editor that would result in text being garbled.