diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index ebea683..55bc670 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -55,6 +55,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Bug Fixes
+ - Diff parsing. Fixed line-number drift in the editor caused by newline metadata.
+ - Uncommitted changes. Fixed cumulative diff tracking to properly display changes for files edited multiple times.
- Fixed a bug in the global Accept All/Reject All that was wrongly removed.