diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-08-24 18:41:13 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 4c4e8fe6e9b4af582da0a8655e2b6dcc71ea2cd5 (patch) | |
| tree | 93fc05a997b05939fe80b3908052d435857554f3 | |
| parent | 8f8ef1d88834c2c46ab8522389f7a0931ce9b5db (diff) | |
fix pending vs. current release notes
| -rw-r--r-- | static/releases.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/static/releases.html b/static/releases.html index 8abe40d7..84dbfc03 100644 --- a/static/releases.html +++ b/static/releases.html @@ -581,10 +581,6 @@ <p>Changes since the 2022082400 release:</p> <ul> - <li>Pixel 6, Pixel 6 Pro, Pixel 6a: rewrite under display fingerprint scanner integration</li> - <li>Sandboxed Google Play compatibility layer: don't report spurious DeadSystemRuntimeException exceptions</li> - <li>Contacts: stop hiding local account when a Google account with no contacts is present in the profile (strange behavior in AOSP Contacts which appears to have started triggering with Android 13)</li> - <li>kernel (Pixel 4a (5G), Pixel 5, Pixel 5a): add missing several missed changes which blocked us from pushing out the previous release for these devices as an over-the-air update</li> </ul> </article> --> @@ -602,8 +598,9 @@ <p>Changes since the 2022082301 release:</p> <ul> + <li>Pixel 6, Pixel 6 Pro, Pixel 6a: rewrite under display fingerprint scanner integration</li> <li>Sandboxed Google Play compatibility layer: don't report spurious DeadSystemRuntimeException exceptions</li> - <li>Contacts: stop hiding local account when a Google account with no contacts is present in the profile (strange behavior from the stock OS which appears to have started triggering with Android 13)</li> + <li>Contacts: stop hiding local account when a Google account with no contacts is present in the profile (strange behavior in AOSP Contacts which appears to have started triggering with Android 13)</li> <li>kernel (Pixel 4a (5G), Pixel 5, Pixel 5a): add missing several missed changes which blocked us from pushing out the previous release for these devices as an over-the-air update</li> </ul> </article> |
