diff options
| -rw-r--r-- | static/releases.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 2c671b4a..678b6bf6 100644 --- a/static/releases.html +++ b/static/releases.html @@ -668,7 +668,8 @@ <p>Changes since the 2023021000 release:</p> <ul> - <li>GmsCompatConfig: update max supported version of Play services</li> + <li>GmsCompatConfig: update max supported version of Play services and Play Store</li> + <li>GmsCompatConfig: fix location estimation based on nearby Wi-Fi access points by not ignoring the results of the legacy WifiManager#startScan(), which doesn't have an unprivileged modern version</li> <li>use C.UTF-8 locale for build environment to avoid dependency of the en_US.UTF-8 locale being available</li> <li>Seedvault: add back restore action in settings without marking it experimental</li> <li>Sandboxed Google Play compatibility layer: remove obsolete shim now handled by GmsCompatConfig</li> |
