From 1b06e2628eb9e2d8fffc765899a9f59fb7a0fff6 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 24 Aug 2022 18:42:29 -0400 Subject: [PATCH] clarify kernel fixes --- static/releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
  • Pixel 6, Pixel 6 Pro, Pixel 6a: rewrite under display fingerprint scanner integration
  • Sandboxed Google Play compatibility layer: don't report spurious DeadSystemRuntimeException exceptions
  • 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)
  • -
  • 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
  • +
  • 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)