diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 381241d..1945575 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -43,6 +43,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- Frontend Audit. Completed a full frontend audit: removed dead files, tightened up many functions, removed unused fonts, and made the codebase cleaner and leaner.
- i18n Preparation. Began preparing the application for internationalization (i18n); English is now ready.
+ - Zaguán Coder Daemon. Enabled parallel tool calling for supported models.
- 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.