diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 72a569e..5b5da98 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -64,6 +64,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Bug Fixes
+ - Git Push. Fixed a bug in the Git Push button where it now correctly changes state from Push to Pushing to Pushed.
- Header Alignment. Fixed an alignment issue in the header where the app name was off-center when no tabs were open.
- 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.