diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 8359b9c..90d1d34 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -35,6 +35,26 @@ import BaseLayout from '../layouts/BaseLayout.astro';
+
+
+ ✨
+ Enhancements
+
+
+ - Rust Backend. Did an audit of the Rust backend using the Rust Skill. Found and fixed a few bugs, memory optimizations and panic-prone locks.
+
+
+
+
+
+ ✨
+ New Features
+
+
+ - Zaguán Coder Daemon. Cherry-picked the best pieces from Superpowers and ported them to the GUI environment of Zaguán Blade.
+
+
+
🐛
@@ -42,6 +62,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- Run Command. Fixed a bug in the
run_command card where the command would get detached when it shouldn't.
+ - Editor Colors. Fixed an issue where the editor did not show colors at all due to incompatible CodeMirror versions.
+ - Editor Scrollbar. Fixed an issue where the editor horizontal scrollbar was laid over the terminal.
+ - Layout Alignment. Fixed an alignment issue in the space between the editor and the chat.