diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index d735311..e94c02c 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -69,6 +69,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Bug Fixes
+ - AI Chat Conversation Order. Fixed a bug where responses and tool calls would not arrive and display in a natural conversation order.
+ - Git Push Lock Issue. Fixed a bug in the Git panel where a git push would complain about a git lock.
+ - Gitoxide Integration. Moved more Git functionality from git to gitoxide.
- Streaming Logic. Fixed a bug in the streaming logic that would sometimes garble the responses from specific models.
- GPT-5.4 Streaming. Fixed the streaming issue when using gpt-5.4 that resulted in garbled responses.
- Cancelled Tool Calls. Fixed an issue where a cancelled run_command tool call would end up below the response from the model.