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.