diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 101bbfa..64bc5b3 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -53,6 +53,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Replaced a select few commands with built-in commands for better cross-OS compatibility.
Zaguán Blade. Disabled a lot more debug output throughout the app.
Zaguán Coder Daemon. Made the symbol_* tools first-class citizens.
+ Harness. Continued strengthening the harness across many levels. Testing is still needed.
@@ -67,6 +68,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Chat Panel. Fixed Markdown rendering so messages feel more fluid and natural.
Chat Input. Fixed a bug where the cursor was rendered at double the font size.
Editor. Fixed the font color of inactive line numbers in the gutter to be brighter and more visible.
+ Diff View. Fixed a regression in the editor Diff View.