diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 90d1d34..c48eb0f 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -41,6 +41,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements
+ - Frontend Audit. Completed a full frontend audit: removed dead files, tightened up many functions, removed unused fonts, and made the codebase cleaner and leaner.
- Rust Backend. Did an audit of the Rust backend using the Rust Skill. Found and fixed a few bugs, memory optimizations and panic-prone locks.