diff --git a/static/releases.html b/static/releases.html
index e1497183..e92e1b82 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -421,6 +421,7 @@
Changes since the 2021.08.09.02 release:
+ - remove periods from the build number portion of the version to improve compatibility with apps wrongly assuming they can parse it as an integer such as Google Camera (also helps to avoid hitting the build fingerprint length limit with debug build variants)
- Settings: add 3rd option to connectivity check setting for disabling it (will prevent falling back to other networks from a broken one and handling captive portals)
- further fixes for the upstream code implementing the eBPF-based INTERNET permission (fixes cases where it was overly restrictive for secondary users, but we already prevented it from being overly permissive by adding back the simpler pre-eBPF approach as a 2nd layer of enforcement)