From c74d207a5c2b5f272e645854f13228809dadce8f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 23 Feb 2023 13:52:41 -0500 Subject: [PATCH] rm unnecessarily specific info from release notes --- static/releases.html | 1 - 1 file changed, 1 deletion(-) diff --git a/static/releases.html b/static/releases.html index ad4e68c3..ad91666b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -702,7 +702,6 @@
  • Messaging: avoid crash caused by upstream bug when forwarding a message
  • Seedvault: add back restore action in settings without marking it experimental
  • add shared infrastructure for GrapheneOS settings and port the settings to it (improves UI of Settings)
  • -
  • add internal getContext() method to ContentResolver to make adding GrapheneOS settings simpler
  • hardened_malloc: preserve errno for free calls (future POSIX requirement)
  • Sandboxed Google Play compatibility layer: remove obsolete shim now handled by GmsCompatConfig
  • 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