diff --git a/static/releases.html b/static/releases.html
index 975b6217..cc0225e0 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -533,6 +533,7 @@
Changes since the 2024101700 release:
+ - Sandboxed Google Play compatibility layer: add C2DM SEND permission declaration to GmsCompat to fully avoid the need for the Google Services Framework (GSF) app in addition to the already covered READ_GSERVICES and C2DM RECEIVE (avoids Firebase Cloud Messaging regressions for fresh installs of sandboxed Google Play without GSF, but note existing installs still need GSF unless you reinstall it)
- Radio Info: opt-out of Android 15 edge-to-edge since it's not properly supported yet (upstream bug)
@@ -592,7 +593,7 @@
full 2024-10-05 security patch level since the Pixel patches were disclosed in the Pixel Update Bulletin today
rebased onto AP3A.241005.015 Android Open Source Project release (Android 15)
full port of GrapheneOS features to Android 15 including integration of our features with the new Android 15 features including Private Space
- Sandboxed Google Play compatibility layer: add stubs to fully remove the need for the Google Services Frameworks app for fresh installs of sandboxed Google Play, which has been removed as a dependency in our app repository for Android 15+, but it should still be kept for existing installs to avoid potential issues
+ Sandboxed Google Play compatibility layer: add stubs to fully remove the need for the Google Services Framework (GSF) app for fresh installs of sandboxed Google Play, which has been removed as a dependency in our app repository for Android 15+, but it should still be kept for existing installs to avoid potential issues
Pixel 9 Pro Fold: add assorted device-specific Settings and SystemUI changes to better match the stock OS
disable Bluetooth auto-on feature by default
temporarily enable system crash notifications unconditionally for the initial release based on Android 15 release