summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-12-31 11:54:33 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2023-12-31 11:55:02 -0500
commit14b86c599745797af7f4d8c939400ef24472b270 (patch)
tree0924b9e7f63fa0c4b30cc6812c8488110ad0bc0c /static
parentde627378b7b247c4b7fd5e0e2c44a293dfcea5b2 (diff)
fix spell checker crash
Diffstat (limited to 'static')
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 5008c415..c89c93dc 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -724,6 +724,7 @@
<p>Changes since the 2023123000 release:</p>
<ul>
+ <li>Keyboard: avoid spell checker crash after keyboard's spell checking service is stopped by the OS (regression in the last Alpha channel only release fixing multi-locale spell checking)</li>
<li>hardened_malloc / bionic: restore default SIGABRT handler in fatal_error to work around crashlytics bug caused by it using fork instead of clone which triggers a deadlock when malloc locks are held already</li>
<li>skip missing sensors permission notification with wrong app id</li>
<li>Sandboxed Google Play compatibility layer: avoid crashes from missing Google Search app</li>