diff --git a/static/releases.html b/static/releases.html
index 4b8ca9b6..79702ee3 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -514,20 +514,20 @@
- make DownloadManager friendlier to apps with the Network permission revoked instead of triggering SecurityException
- - hardened_malloc: code cleanup and micro-optimizations
+ - Sandboxed Google Play compatibility layer: revert marking location service as a foreground location service (not necessary)
+ - Sandboxed Google Play compatibility layer: add compatibility shims enabling full support for using Play services geolocation
+ - Sandboxed Google Play compatibility layer: add GmsCompat app providing infrastructure for the compatibility layer and shortcuts to Google Play configuration activities (will toggle for redirecting the Google Play geolocation API in a future release)
+ - Sandboxed Google Play compatibility layer: replace converting Google Play services to foreground services with keeping them alive using the GmsCompat app
+ - Dialer: update visual voicemail configuration based on Google Phone 73.0.414822266
+ - Messaging: replace obsolete AOSP MMS configuration database with one generated from the stock OS app
- Vanadium: update Chromium base to 97.0.4692.98
- Vanadium: use Google Chrome branding for client hints to help with blending in
- Vanadium: enable HTTPS-only mode by default (can connect via HTTP through the warning screen if HTTPS upgrade fails)
- Vanadium: enable strict origin isolation by default
- Vanadium: disable appending variations header
- - Dialer: update visual voicemail configuration based on Google Phone 73.0.414822266
- Camera: update to version 10
- Auditor: update to version 41
- - Messaging: replace obsolete AOSP MMS configuration database with one generated from the stock OS app
- - Sandboxed Google Play compatibility layer: revert marking location service as a foreground location service (not necessary)
- - Sandboxed Google Play compatibility layer: add compatibility shims enabling full support for using Play services geolocation
- - Sandboxed Google Play compatibility layer: add GmsCompat app providing infrastructure for the compatibility layer and shortcuts to Google Play configuration activities (will toggle for redirecting the Google Play geolocation API in a future release)
- - Sandboxed Google Play compatibility layer: replace converting Google Play services to foreground services with keeping them alive using the GmsCompat app
+ - hardened_malloc: code cleanup and micro-optimizations
-->