diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index c213cb2..e553178 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -46,6 +46,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- Chat. It's now possible to stop the chat and edit the last message before resending it. This is useful for fixing typos.
+ - Editor Tabs. Added a right-click context menu for editor tabs.
+ - AI Chat. The chat input field now has a history that can be navigated with Arrow Up and Arrow Down.