From efd94010f376bc16e740f422f1f020cfff3e434f Mon Sep 17 00:00:00 2001 From: Jamil Date: Mon, 26 May 2025 18:38:45 -0700 Subject: [PATCH] chore: add Android managed config note to changelog (#9243) Forgot to add this in #9227. --- website/src/components/Changelog/Android.tsx | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/website/src/components/Changelog/Android.tsx b/website/src/components/Changelog/Android.tsx index ddbe9b0a0..dcd88f6cf 100644 --- a/website/src/components/Changelog/Android.tsx +++ b/website/src/components/Changelog/Android.tsx @@ -3,6 +3,7 @@ import Entries from "./Entries"; import Entry from "./Entry"; import Link from "next/link"; import Unreleased from "./Unreleased"; +import { Route } from "next"; export default function Android() { const downloadLinks = [ @@ -20,6 +21,17 @@ export default function Android() { {/* When you cut a release, remove any solved issues from the "known issues" lists over in `client-apps`. This must not be done when the issue's PR merges. */} + + Adds full support for managed configurations to configure the client + using your organization's MDM solution. See the{" "} + + knowledge base article + {" "} + for more details. + Fixes an issue where idle connections would be slow (~60s) in detecting changes to network connectivity. @@ -33,8 +45,8 @@ export default function Android() { while Firezone is connected. - Fixes an issue where connections failed to establish on machines - with multiple valid egress IPs. + Fixes an issue where connections failed to establish on machines with + multiple valid egress IPs.