diff --git a/static/releases.html b/static/releases.html
index 6073edb8..4e1f4d97 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -318,9 +318,9 @@
Restoration of past features since the 2020.04.07.10 release:
- - globally enable -ftrivial-auto-var-init=zero for userspace to replace our previous downstream -fsanitize=local-init
- - kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): globally enable -ftrivial-auto-var-init=zero
- - Vanadium: enable -ftrivial-auto-var-init=auto
+ - globally enable -ftrivial-auto-var-init=zero rather than porting our downstream -fsanitize=local-init feature
+ - kernel (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): globally enable -ftrivial-auto-var-init=auto rather than porting our downstream -fsanitize=local-init feature
+ - Vanadium: enable -ftrivial-auto-var-init=auto rather than porting our downstream -fsanitize=local-init feature
-->