diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index f3ec19f..0f4783b 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -71,6 +71,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
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.
+ Terminal. Fixed a bug where pasting content into the Terminal would paste twice.