diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 080e697..b9b8280 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -53,6 +53,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Bug Fixes
+ - Local AI. Fixed a bug in the Git commit generation for Local AI where it would fail. This was due to the message being routed wrong.
- Welcome screen. Fixed alignment issue on the Welcome screen.
- Paste image. Fixed a bug where pasting images from clipboard into chat didn't work.
- Tab focus. Active tab now always stays in focus while new tabs are opening.