diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 5b5da98..f3ec19f 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -41,6 +41,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements
+ - 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.