summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-08-25 09:55:56 +0200
committerDavid Lönnhager <david.l@mullvad.net>2025-08-25 13:18:48 +0200
commit8c153f85a2446510a2fd3edf0d24c79ae569954a (patch)
treeb1f00f87a42f465af33f2ead93efecfc2e6978aa
parent06b9fba44055b75e0e2d868f295cfaaa55941924 (diff)
downloadmullvadvpn-8c153f85a2446510a2fd3edf0d24c79ae569954a.tar.xz
mullvadvpn-8c153f85a2446510a2fd3edf0d24c79ae569954a.zip
Update desktop app changelog with 2025.9-beta1 section
-rw-r--r--CHANGELOG.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68c0f13dbe..8436268385 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]
+### Security
+#### Windows
+- Block traffic to exit node from non-Mullvad processes. This fixes a leak where traffic could be
+ encrypted once, but leave the entry node unencrypted, if and only if the destination were the exit
+ node. E.g., this might occur if a browser tries to open a TCP connection to the exit node IP.
+
+
+## [2025.9-beta1] - 2025-08-25
### Added
- Add QUIC obfuscation (WireGuard only). It will be used automatically when connecting fails with
other methods.
@@ -31,12 +39,6 @@ Line wrap the file at 100 chars. Th
- Add support for parsing eslogger output version 10. This fixes split tunneling on macOS 26.
- Avoid interpreting negative numbers from eslogger as PIDs.
-### Security
-#### Windows
-- Block traffic to exit node from non-Mullvad processes. This fixes a leak where traffic could be
- encrypted once, but leave the entry node unencrypted, if and only if the destination were the exit
- node. E.g., this might occur if a browser tries to open a TCP connection to the exit node IP.
-
## [2025.8] - 2025-08-14
This release is identical to 2025.8-beta3.