diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index d3c523e..892c18e 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -64,6 +64,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Local AI. Fixed an issue where the responses would appear in reverse order.
Terminal. Fixed the Terminal Copy command Ctrl-Shift-C/Cmd-Shift-C.
UI Focus. Fixed a possible bug where the UI wouldn't get focus at launch due to the custom window decorations in Tauri.
+ CodeMirror. Fixed a bug in the CodeMirror implementation that would show stale diff views.