diff --git a/app/src/main/assets/release_notes/notes.json b/app/src/main/assets/release_notes/notes.json
index e8042436..a3a280d2 100644
--- a/app/src/main/assets/release_notes/notes.json
+++ b/app/src/main/assets/release_notes/notes.json
@@ -2,7 +2,7 @@
   {
     "version": "3.8.1",
     "code": "434",
-    "note": "Added:\n- Mute tags with long press in timelines\n\nFixed:\n- Open with another account\n- Fix jumps in profiles\n- Media not displayed in album -> force indexation\n- Built-in browser does not give admin scope\n- Some crashes"
+    "note": "Added:\n- Mute tags with long press in timelines\n\nChanged:\n- Muted account messages are now removed from cache\n\nFixed:\n- Open with another account\n- Fix jumps in profiles\n- Media not displayed in album -> force indexation\n- Built-in browser does not give admin scope\n- Some crashes"
   },
   {
     "version": "3.8.0",
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/434.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/434.txt
index 6324805a..bcbe3165 100644
--- a/src/fdroid/fastlane/metadata/android/en/changelogs/434.txt
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/434.txt
@@ -1,6 +1,9 @@
 Added:
 - Mute tags with long press in timelines
 
+Changed:
+- Muted account messages are now removed from cache
+
 Fixed:
 - Open with another account
 - Fix jumps in profiles