diff --git a/static/releases.html b/static/releases.html
index a38c05c0..7366fc54 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -716,6 +716,12 @@
Changes since the 2023101300 release:
+ - speed up skipping compilation of system packages with dexpreopt (precompilation to native code) to improve post-update boot time
+ - backport assorted dexpreopt fixes to make it work for more system packages again to improve verified boot security, free up wasted disk space and reduce post-update boot time
+ - use speed-profile compilation for user installed packages for first boot of an update to significantly improve boot time
+ - add background recompilation of user installed packages for first boot of an update with a progress notification and a notice to respawn them
+ - temporarily disable otapreopt (precompilation of apps in the background in update Finalizing step) due to it being broken in Android 14
+ - Gallery: remove optional dependency to fix dexpreopt (precompilation to native code)
- Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold: fix support for Widevine L1 on Android 14
- fix PIN scrambling for SIM PIN (regression from port to Android 14)
- handle new Android 14 network time code path for our feature making the automatic time toggle control whether network time connections are made
@@ -726,6 +732,7 @@
- Apps: update to version 21
- Vanadium: update to version 79
+ - improve GrapheneOS system_server infrastructure
-->