diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 49ad6a0..3b8cdc2 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -46,6 +46,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
New Models. Crafted a new system prompt for gpt-5.5 based on documentation from OpenAI.
Zaguán Coder Daemon. Added a new PRD Skill.
Zaguán Coder Daemon. Added a save and fetch of memories.
+ Dependencies. Updated node modules and crates to their latest versions.
@@ -59,6 +60,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Zaguán Blade. Fixed a bug in the file state that resulted in apply_patch hanging without being able to complete successfully.
Zaguán Blade. Fixed a bug that would cause CPU spikes at idle.
Zaguán Blade. Fixed the issue where the application would go black after a while of inactivity.
+ Zaguán Blade. Fixed warnings in tsconfig.json and UseChat.tsx.
+ Zaguán Blade. Fixed lag in the chat when sending long messages, especially Markdown.
Zaguán Coder Daemon. Fixed an issue in the Google Gemini system prompt and logic to make it work better.
Zaguán Coder Daemon. Fixed parallel tool calling. Gives a perceived 10x speed improvement.