diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 0f4783b..31cc646 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -46,6 +46,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Zaguán Coder Daemon. Disabled several variations of models in the `low` and `medium` ranges to clean up the list.
Zaguán Coder Daemon. Used the Codex guide to make the implementation better.
UI. Added the Project Name to the header and to the window title.
+ Zaguán Coder Daemon. Used gemini-cli source code to get the best information on how to handle it in the best possible manner.
@@ -72,6 +73,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
UI Focus. Fixed a possible bug where the UI wouldn't get focus at launch due to the custom window decorations in Tauri.
CodeMirror. Fixed a bug in the CodeMirror implementation that would show stale diff views.
Terminal. Fixed a bug where pasting content into the Terminal would paste twice.
+ Chat Panel. It's now possible to resize the chat panel again.