diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-05-29 03:47:28 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-05-29 03:47:28 -0400 |
| commit | f73788a4cc599a2b8f57ff7cec32783d4f3324f4 (patch) | |
| tree | 70cd389bb2dcb8d647687c69a8babaf02621f82a | |
| parent | d7eacfbb232bbe2a7abb930755de94a101cb338b (diff) | |
fix native debug toggle regression
| -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 f79c14ba..8e292bf3 100644 --- a/static/releases.html +++ b/static/releases.html @@ -624,6 +624,7 @@ <ul> <li>avoid disabling DNS-over-TLS resolver test queries as part of disabling connectivity checks since it breaks automatic mode</li> <li>fix Contact Scopes regression blocking granting Contacts permission via the permission screen</li> + <li>fix native debug toggle regression</li> <li>Pixel 7a: keep standalone project repositories in sync for the device branch</li> </ul> </article> |
