diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 2699bed..cc89449 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -53,6 +53,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements
+ - Performance. Fixed memory leaks, optimized for better performance and cleaned up the code a little.
- 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.