diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-04-26 03:33:04 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-04-26 03:33:04 -0400 |
| commit | afd5c24a2988840039a81a441a07749bb995f77a (patch) | |
| tree | a483c4669f8bf5dc09b4c851ad69056d90b63fc0 | |
| parent | aad5be370038a4045295ad8ba01fa14d7ca0b745 (diff) | |
fix typo
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 211387fb..737f947e 100644 --- a/static/releases.html +++ b/static/releases.html @@ -597,7 +597,7 @@ <p>Changes since the 2025041100 release:</p> <ul> - <li>Bluetooth: backport upstream fixes for compatibility with certain Bluetooth peripherals caused by recent a security fix for Bluetooth encryption</li> + <li>Bluetooth: backport upstream fixes for compatibility with certain Bluetooth peripherals caused by a recent security fix for Bluetooth encryption</li> <li>avoid granting special runtime permissions (Network, Sensors) added by GrapheneOS when unarchiving an app</li> <li>use our restricted setting infrastructure to restrict system app access to our notification forwarding setting too</li> <li>Settings: prevent disabling system Dialer app since it's always required for emergency calls</li> |
