diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index c48eb0f..381241d 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -42,6 +42,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- Frontend Audit. Completed a full frontend audit: removed dead files, tightened up many functions, removed unused fonts, and made the codebase cleaner and leaner.
+ - i18n Preparation. Began preparing the application for internationalization (i18n); English is now ready.
- 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.
@@ -66,6 +67,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Editor Colors. Fixed an issue where the editor did not show colors at all due to incompatible CodeMirror versions.
Editor Scrollbar. Fixed an issue where the editor horizontal scrollbar was laid over the terminal.
Layout Alignment. Fixed an alignment issue in the space between the editor and the chat.
+ Chat Image Paste. Fixed a bug introduced after the audit where pasting images into chat no longer worked.