diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index ea56cf2..7b7e4c1 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. Now sending the local time and date to the model. This helps with year hallucinations and other time related issues.
Zaguán Coder Daemon. Used gemini-cli source code to get the best information on how to handle it in the best possible manner.