diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-08-24 18:42:29 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 1b06e2628eb9e2d8fffc765899a9f59fb7a0fff6 (patch) | |
| tree | 919e34098c35a8fca25d81a2c959841f1b6aa893 | |
| parent | 4c4e8fe6e9b4af582da0a8655e2b6dcc71ea2cd5 (diff) | |
clarify kernel fixes
| -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 84dbfc03..9b42aa00 100644 --- a/static/releases.html +++ b/static/releases.html @@ -601,7 +601,7 @@ <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> + <li>kernel (Pixel 4a (5G), Pixel 5, Pixel 5a): add several changes missed in Android 13 port (which is why we didn't push out the last release for them)</li> </ul> </article> |
