diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-01-30 02:30:28 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-01-30 02:30:28 -0500 |
| commit | 00ccf81132c065458cf5a7da991777f171bbed83 (patch) | |
| tree | cc286ff18b12befb7c22f83bcec01258397c0241 | |
| parent | a354d05eba93d28f726b7d4fae5c4b68d1731700 (diff) | |
DownloadManager Network revocation compat fix
| -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 cf863b7a..4b8ca9b6 100644 --- a/static/releases.html +++ b/static/releases.html @@ -513,6 +513,7 @@ <p>Changes since the 2022011423 release:</p> <ul> + <li>make DownloadManager friendlier to apps with the Network permission revoked instead of triggering SecurityException</li> <li>hardened_malloc: code cleanup and micro-optimizations</li> <li>Vanadium: update Chromium base to 97.0.4692.98</li> <li>Vanadium: use Google Chrome branding for client hints to help with blending in</li> |
