diff --git a/static/releases.html b/static/releases.html
index 6268a78f..a7c10bf4 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -520,12 +520,29 @@
change GmsCompat app label from "Sandboxed Google Play" to "GmsCompat" and the activity name to "Sandboxed Google Play settings"
add GmsCompat to list of essential system components in Settings
Camera: update to version 11
- Settings: add package name to app overview page
only grant the special GrapheneOS runtime permissions (Network, Sensors) for compatibility on installation for user installed apps (only relevant to Network in practice)
add workaround for Microsoft apps detecting that Network is revoked and crashing the app with a runtime exception due to them adding this to a library as a debugging check for development to detect the INTERNET permission not being declared (we've asked them to fix the compatibility issue)
do not mark dun APN types as read-only (allows editing more carrier APNs)
temporarily suppress SystemUI ANRs due to AOSP 12 screenshot service bug which triggers an ANR in SystemUI by not handling an event some time after taking a screenshot (also occurs on the stock OS and elsewhere, and the main issue is the error message since it's otherwise harmless)
disable running clang-tidy as part of regular builds by default since it wastes time and isn't very useful to us
+ kernel (Pixel 6, Pixel 6 Pro): make Wi-Fi driver module build reproducible
+ Settings: add package name to app overview page
+ Settings: add GrapheneOS icon
+ Files: add GrapheneOS icon
+ Files: define app category (productivity)
+ Clock: add GrapheneOS icon
+ Clock: define app category (productivity)
+ Contacts: add GrapheneOS icon
+ Contacts: define app category (productivity)
+ Gallery: add GrapheneOS icon
+ Gallery: define app category (image)
+ Messaging: add GrapheneOS icon
+ Messaging: define app category (social)
+ Dialer: add GrapheneOS icon
+ Dialer: define app category (social)
+ Calculator: add GrapheneOS icon
+ Calculator: define app category (productivity)
+ PDF Viewer: update to version 8
-->