diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-04-06 06:30:59 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-04-06 06:31:29 -0400 |
| commit | 7f7de72ef44bb658a7342052b8807d2879e2d3b1 (patch) | |
| tree | 6694c2d28e6b236788ad65c735381d59326b9ec4 | |
| parent | b84998332546832d64b10381c4e221feeb7aceae (diff) | |
add RRO support to exec spawning
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 0503285f..6dd714ed 100644 --- a/static/releases.html +++ b/static/releases.html @@ -677,6 +677,7 @@ <p>Changes since the 2023040400 release:</p> <ul> + <li>add support for runtime resource overlays (RROs) to exec spawning</li> <li>remove support for disabling app visibility filtering since our Pixel eSIM firmware app integration depends on it</li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-45">version 45</a></li> </ul> |
