diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-31 12:37:25 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-31 12:37:25 -0400 |
| commit | f2dff064dde4398aba27eea3d5755f10198ace72 (patch) | |
| tree | e7ed8cecb6e837a19b13416490a233d1859a16a2 | |
| parent | 2a3fc7a506afa64a2bc8c352cf03d906209acfe7 (diff) | |
keyboard multiple locale 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 94b149d1..ba2bcc4c 100644 --- a/static/releases.html +++ b/static/releases.html @@ -718,6 +718,7 @@ <p>Changes since the 2023103000 release:</p> <ul> + <li>Keyboard: include all active locales words in word check to support multiple locales again after the port to Android 14</li> <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/119.0.6045.66.0">version 119.0.6045.66.0</a></li> </ul> </article> |
