diff --git a/static/releases.html b/static/releases.html
index c3b70389..f5f47c42 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -667,14 +667,20 @@
- don't send IMSI / Phone number to SUPL server when SUPL is enabled (note: using SUPL is always an optional choice in APN configuration on GrapheneOS, unlike AOSP and the stock OS)
- - GmsCompatConfig: add stub for LocationManager.registerGnssStatusCallback()
- - GmsCompatConfig: update max supported version of Play Store
- SELinux policy: drop auditing for apk_data_file execute/execute_no_trans (research is done)
- SELinux policy: add back apk_data_file execute/execute_no_trans for adb shell for debugging use cases (removing it isn't really useful for hardening and we plan on hardening ADB for the verified boot model another way)
- Settings: revert to standard Android 13 minimum threshold of 10% for automatic battery saver since lowering it below 10% doesn't work as intended without more invasive changes outside the scope of GrapheneOS
- fully disallow installing instant apps instead of permitting ADB shell and system apps to do it (this will simplify future work)
- extend self app-op spoofing used for Network permission compatibility to unsafeCheckOpRaw()
- fix upstream bug causing crash from isServiceTokenValidLocked() being called without holding the lock
+ - Sandboxed Google Play compatibility layer: support enabling compatibility layer for any package on debuggable builds to help with development
+ - Sandboxed Google Play compatibility layer: coerce Play Store into not attempting to auto install AR services
+
- Sandboxed Google Play compatibility layer: fix issues with Play Store updates of Play services
+ - Sandboxed Google Play compatibility layer: avoid our implementation of the Play services location API returning null for getCurrentLocation() to avoid crashes in apps not handling it
+ - Sandboxed Google Play compatibility layer: increment compatibility layer version to 1001
+ - Sandboxed Google Play compatibility layer: use the most recent available version map in GmsCompatConfig to simplify defining configuration
+ - GmsCompatConfig: add stub for LocationManager.registerGnssStatusCallback()
+ - GmsCompatConfig: update max supported version of Play services and Play Store
-->