diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index e94c02c..0fbbaa2 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -48,6 +48,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
AI Chat Panel. Toned down the font color to make it easier to read.
AI Chat Panel. Made completed tool calls fade a little to make it easier to separate.
Zaguán Coder Daemon. Added a tool_search tool based on the Anthropic documentation to help reduce initial token usage.
+ Editor Breadcrumb. Minor design tweak to the breadcrumb at the top of the editor for improved visual hierarchy.
@@ -80,6 +81,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Blade Terminal Rendering. Rewired the logic to use the Blade Terminal again and hopefully fixed the rendering bugs.
AI Chat v2 Design. Made minor tweaks to the AI chat v2 design.
Zaguán Coder Daemon. Fixed the Gemini continuation thinking bug.
+ Terminal Resize. Fixed the resize logic for the Terminal—previously wonky, now much smoother.