diff --git a/static/releases.html b/static/releases.html
index b4337349..8abe1bab 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -540,6 +540,16 @@
Changes since the 2024102400 release:
+ - kernel (6.6): disable unused hibernation support
+ - kernel (6.6): disable unused TIOCSTI ioctl (already blocked via standard Android ioctl filtering)
+ - kernel (6.6): disable unused cachestat system call
+ - kernel (6.6): enable random kmalloc caches for x86_64 and microdroid too, not only bare metal arm64
+ - kernel (6.6): enable full struct randomization for x86_64 and microdroid too, not only bare metal arm64
+ - kernel (6.6): enable DEBUG_SG for microdroid too, not only bare metal
+ - kernel (6.6): enable FORTIFY_SOURCE for microdroid too, not only bare metal
+ - kernel (6.6): disable BINFMT_MISC for microdroid too, not only bare metal
+ - kernel (6.6): disable RSEQ for microdroid too, not only bare metal
+ - kernel (6.6): use the same KFENCE configuration for microdroid as bare metal
- System Updater: update minimum and target API level to 35 (Android 15)