summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2022-01-19 10:55:19 +0100
committerOskar Nyberg <oskar@mullvad.net>2022-01-19 10:55:19 +0100
commit2b046a74138ccabaa2c597c17d9ff19cac7fefc2 (patch)
treeb711ae1cf6f15b80c8c9785f8877a7941aaa56d1
parent8e12f7980983680123c9c0ce03291e86ad95e291 (diff)
downloadmullvadvpn-2b046a74138ccabaa2c597c17d9ff19cac7fefc2.tar.xz
mullvadvpn-2b046a74138ccabaa2c597c17d9ff19cac7fefc2.zip
Move electron resolver changelog item
-rw-r--r--CHANGELOG.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62099f8f4e..089dc28808 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -72,14 +72,13 @@ Line wrap the file at 100 chars. Th
- Show relay location constraint correctly in the CLI when it is set to `any`.
- Prevent gRPC from trying to run the app-daemon IPC communication through a HTTP proxy when the
environment variable `http_proxy` is set. This caused the app to fail to connect to the daemon.
-
-#### macOS
- Disable built-in DNS resolver in Electron. Prevents Electron from establishing connections to
DNS servers set in system network preferences.
+
+#### macOS
- Resolve issues with the app blocking internet connectivity after sleep or when connecting to new
wireless networks.
-
#### Windows
- Fix app size after changing display scale.
- Fix daemon not starting if all excluded app paths reside on non-existent/unmounted volumes.