diff --git a/static/releases.html b/static/releases.html
index 4c0403d2..671905ab 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -551,8 +551,11 @@
Changes since the 2024120702 release:
- - delay activation of the Allow button(s) for runtime permission dialogs by 1 second to make it much harder to accidentally grant access
- delay activation of the Allow button for the Android Debug Bridge USB authorization dialog by 1 second to make it much harder to accidentally grant access
+ - Permission Controller: delay activation of the Allow button(s) for runtime permission dialogs by 1 second to make it much harder to accidentally grant access
+ - Permission Controller: set textAllCaps theme property to off by default
+ - Permission Controller: move "Turn off" action from overflow menu to the toolbar for both Storage Scopes and Contact Scopes
+ - Permission Controller: fix Contact Scopes UI issue where "Allow" could still be selected in the permission menu with Contacts Scopes enabled which would not actually disable Contact Scopes and allow the permission
- prevent crashes caused by upstream Android bugs when a Mock Location provider is added or removed by avoiding ever removing location providers at runtime by keeping them around as disabled providers
- Sandboxed Google Play compatibility layer: fix Android Auto Bluetooth audio regressions from Android 15 QPR1
- CarrierConfig2 (app created by GrapheneOS to replace Google CarrierSettings): add support for new ICCID MVNO type in Android 15 QPR1