diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 98b85b3..42ffe9b 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -61,6 +61,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- Git Commit. Fixed an issue when generating a git commit where some models would try to use
run_command.
+ - Git Panel. Fixed a bug in the Git panel that resulted in it being impossible to push the very first commit.
+ - Internal Commands. Fixed internal commands exit output to be sent to the model.
- Zaguán Terminal. Working on making the Zaguán Terminal coherent and not launch a new instance every time. (WIP)