summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-05-07 15:08:33 +0200
committerJoakim Hulthe <joakim.hulthe@mullvad.net>2025-05-14 18:00:28 +0200
commit5cda2363fb38cead126bf0625f5243307167dd6d (patch)
tree5220164e97f4b426c5d6a68af11cca5b127725a6
parent5997e11b2eb109baad9cec317e232807bb9f92b8 (diff)
downloadmullvadvpn-5cda2363fb38cead126bf0625f5243307167dd6d.tar.xz
mullvadvpn-5cda2363fb38cead126bf0625f5243307167dd6d.zip
Update changelog
Describe the change to always use a local DNS resolver on macOS in the changelog along with the bug that is supposedly fixed by this change.
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cba74c621d..518dc9d3bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,9 @@ Line wrap the file at 100 chars. Th
uses a lot less CPU to compute the keypair, and the public key sent to the server
is drastically smaller.
+#### macOS
+- Use a local DNS resolver on the 127.0.0.0/8 network, regardless of macOS version.
+
### Fixed
#### Linux
- Fix syntax error in Apparmor profile.
@@ -35,6 +38,7 @@ Line wrap the file at 100 chars. Th
#### macOS
- Fully uninstall the app when it is removed by being dropped in the bin.
- Add grace period when best default route goes away to reduce frequency of random reconnects.
+- Fix DNS not working briefly after switching networks.
### Security
#### macOS