diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 7b7e4c1..d48406b 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -41,12 +41,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements
+ - Markdown Editor. Show a proper Diff view and the Accept/Reject pill in the Markdown editor when it's in Edit mode after a model has made changes.
- Message Queue. Added a message queue so that you can send messages while the model works. These will be executed sequentially.
- Zaguán Coder Daemon. Working on ironing out bugs in several models, Gemini 3.1 Pro, MiniMax M2.5, GPT-5.3-Codex.
- 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 Blade. 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.