diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 2c3f891..ebea683 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -41,6 +41,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements
+ - Editor Performance. Significantly improved editor responsiveness by splitting context state and actions to eliminate unnecessary re-renders in hot-path components.
+ - Markdown Performance. Improved typing responsiveness in Markdown files by disabling expensive syntax features and skipping per-keystroke cursor synchronization.
- Google Gemini 3.1 Pro. Trying to make Google Gemini 3.1. Pro work better based on feedback and other OSS projects.
- Google Gemini. Updated our Google Gemini implementation in Zaguán Coder Daemon.
- MiniMax. Updated our MiniMax implementation for Fireworks in Zaguán Coder Daemon.