summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-09-24 16:07:51 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-09-24 16:54:03 +0200
commitfdb31d657f2149dc27fffc10a9dc468fb47fa2ed (patch)
treefd3cc7ec873ec4159e408a1ebbaf456b57f36899
parent32a75909f97787ee3b383b5d2c13f94f1c2a8a43 (diff)
downloadmullvadvpn-fdb31d657f2149dc27fffc10a9dc468fb47fa2ed.tar.xz
mullvadvpn-fdb31d657f2149dc27fffc10a9dc468fb47fa2ed.zip
Replace 'quantum resistant' with 'quantum-resistant' in the changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4baa77da72..3962a66f78 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,7 +37,7 @@ Line wrap the file at 100 chars. Th
- Improved output format of `mullvad status` command, which now also prints feature indicators.
#### Windows
-- Enable quantum resistant tunnels by default (when set to `auto`).
+- Enable quantum-resistant tunnels by default (when set to `auto`).
#### macOS
- Disable split tunnel interface when disconnected. This prevents traffic from being sent through
@@ -68,7 +68,7 @@ Line wrap the file at 100 chars. Th
- Ignore obfuscation protocol constraints when the obfuscation mode is set to auto.
#### macOS
-- Enable quantum resistant tunnels by default (when set to `auto`).
+- Enable quantum-resistant tunnels by default (when set to `auto`).
### Fixed
- Fix mullvad cli bug causing `mullvad status listen` command to miss events if they occurred
@@ -210,7 +210,7 @@ This release is identical to 2024.3-beta1.
- Update support email address to new email address, support@mullvadvpn.net.
#### Linux
-- Enable quantum resistant tunnels by default (when set to `auto`). On other platforms, `auto` still
+- Enable quantum-resistant tunnels by default (when set to `auto`). On other platforms, `auto` still
always means the same thing as `off`.
#### Windows
@@ -396,7 +396,7 @@ This release is identical to 2024.3-beta1.
Quantum-resistant-tunnels feature now mixes both Classic McEliece and Kyber for added protection.
- Add notification dot to tray icon and system notification throttling.
- Add troubleshooting information to some in-app notifications.
-- Add setting for quantum resistant tunnels to the desktop GUI.
+- Add setting for quantum-resistant tunnels to the desktop GUI.
- Enable `TCP_NODELAY` for the socket used by WireGuard over TCP. Improves latency and performance.
### Changed