diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-03 06:58:06 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-03 06:58:06 -0500 |
| commit | 6fcfc6d5cffa73aa53bac815a7747eb507c4cbc7 (patch) | |
| tree | bdb526159e4578ae94892d1774b52b6a2845be68 /static | |
| parent | 2d19c9511786127c09c49ad1904593f2c5a38a15 (diff) | |
fix log-related regression
Diffstat (limited to 'static')
| -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 4dab5f4f..0a27dfff 100644 --- a/static/releases.html +++ b/static/releases.html @@ -541,9 +541,10 @@ <p>Changes since the 2024103100 release:</p> <ul> - <li>System Updater, GmsCompat: reduce included SettingsLib components to reduce the size of these apps from around 10MB each to below 4MB each</li> + <li>add missing null handling for extended application error report</li> <li>fix upstream bug causing App Not Responding link to not work properly outside of Owner</li> <li>Settings: avoid opening parent user log in nested profiles (Private Space, work profile)</li> + <li>System Updater, GmsCompat: reduce included SettingsLib components to reduce the size of these apps from around 10MB each to below 4MB each</li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-146">version 146</a></li> </ul> </article> |
