diff --git a/website/src/components/Changelog/Android.tsx b/website/src/components/Changelog/Android.tsx
index 6103e2e21..0450d5e98 100644
--- a/website/src/components/Changelog/Android.tsx
+++ b/website/src/components/Changelog/Android.tsx
@@ -9,6 +9,19 @@ export default function Android() {
href="https://play.google.com/store/apps/details?id=dev.firezone.android"
title="Android"
>
+ {/*
+
+
+
+ Fixes a race condition causing a crashloop.
+
+
+ Minor improvements to the look of the internet resource and makes
+ the Internet resource off by default.
+
+
+
+ */}
diff --git a/website/src/components/Changelog/Apple.tsx b/website/src/components/Changelog/Apple.tsx
index 99b167398..cd120f8b6 100644
--- a/website/src/components/Changelog/Apple.tsx
+++ b/website/src/components/Changelog/Apple.tsx
@@ -10,12 +10,16 @@ export default function Apple() {
title="macOS / iOS"
>
{/*
-
+
Gracefully handles cases where the device's local interface IPv4/IPv6 address or
local network gateway changes while the client is connected.
+
+ Minor improvements to the look of the internet resource and makes
+ the Internet resource off by default.
+
*/}
diff --git a/website/src/components/Changelog/GUI.tsx b/website/src/components/Changelog/GUI.tsx
index f88f1c1d3..9ebcfca07 100644
--- a/website/src/components/Changelog/GUI.tsx
+++ b/website/src/components/Changelog/GUI.tsx
@@ -13,6 +13,20 @@ export default function GUI({ title }: { title: string }) {
return (
{/* When you cut a release, remove any solved issues from the "known issues" lists over in `client-apps`. This cannot be done when the issue's PR merges. */}
+ {/*
+
+
+
+ Minor improvements to the look of the internet resource and makes
+ the Internet resource off by default.
+
+
+ Prevents routing loops for some Windows installation when the
+ Internet resource was on, taking down network connections.
+
+
+
+ */}