diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index ed4db22..afff1a7 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -50,6 +50,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Screenshots. You can now add boxes, text, and arrows with different colors when grabbing a screenshot or a region. Read blog post
Themes. Added 2 new themes: Nebula Dust (dark mode) and Alpine Frost (light mode).
GitCommitMessage. Added support for GitCommitMessage that bypasses the normal request pipeline and saves tokens and time.
+ Editor Gutter. Changed the line number gutter background color to a solid instead of being transparent and reduced the width.
+ Search Modal. Modified the look on the Search modal so that it fits better with the themes and overall look and feel.