summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-10-02 12:25:51 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-10-03 09:49:10 +0200
commit54f9af860fa9fa30db654be58666416ff9f9150a (patch)
tree9a875ac3c1b12dcef24dffa508d6f5a64bf4773a
parent1364302d5d02858150acf21d4e36f1501fd296e1 (diff)
downloadmullvadvpn-54f9af860fa9fa30db654be58666416ff9f9150a.tar.xz
mullvadvpn-54f9af860fa9fa30db654be58666416ff9f9150a.zip
Move misplaced changelog entries
-rw-r--r--CHANGELOG.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 49dd7a65f7..a961fcc51e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,13 @@ Line wrap the file at 100 chars. Th
- Move DAITA and multihop to the root settings view along with moving multihop into a dedicated
view with more information.
+#### Windows
+- Enable quantum-resistant tunnels by default (when set to `auto`).
+
+#### macOS
+- Don't hijack DNS when localhost is configured. This is more in line with other platforms.
+ Unexpected DNS traffic is still blocked when leaving the host.
+- Enable IPv6 by default. This fixes DNS and routing being broken on some platforms.
## [2024.6-beta1] - 2024-09-26
### Added
@@ -47,15 +54,9 @@ Line wrap the file at 100 chars. Th
multihop, quantum-resistant tunnels, or DAITA.
- Improved output format of `mullvad status` command, which now also prints feature indicators.
-#### Windows
-- Enable quantum-resistant tunnels by default (when set to `auto`).
-
#### macOS
- Disable split tunnel interface when disconnected. This prevents traffic from being sent through
the daemon when the VPN is disconnected.
-- Don't hijack DNS when localhost is configured. This is more in line with other platforms.
- Unexpected DNS traffic is still blocked when leaving the host.
-- Enable IPv6 by default. This fixes DNS and routing being broken on some platforms.
### Fixed
#### Linux