From e236c901a2325434ab77cb9f8cb005503e69ca22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Thu, 22 Aug 2024 07:59:01 +0200 Subject: [PATCH] Fix changelog for 2024.5-beta1 --- CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a61c9d291f..01af46e3b954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,14 @@ Line wrap the file at 100 chars. Th * **Security**: in case of vulnerabilities. ## [Unreleased] +### Added +#### Windows +- Add experimental support for Windows ARM64. + +### Fixed +#### macOS +- Exclude programs when executed using a relative path from a shell. +- Reduce packet loss when using split tunneling. ## [2024.5-beta1] - 2024-08-20 @@ -29,9 +37,6 @@ Line wrap the file at 100 chars. Th - Add DAITA (Defence against AI-guided Traffic Analysis) setting for Linux and macOS. - Add `--json` flag to `mullvad status` CLI. -#### Windows -- Add experimental support for Windows ARM64. - ### Changed - Ignore obfuscation protocol constraints when the obfuscation mode is set to auto. @@ -45,8 +50,6 @@ Line wrap the file at 100 chars. Th #### macOS - Fix intermittent failures to connect with PQ enabled. -- Exclude programs when executed using a relative path from a shell. -- Reduce packet loss when using split tunneling. ## [2024.4] - 2024-07-23