summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2020-04-23 20:36:56 +0200
committerDavid Lönnhager <david.l@mullvad.net>2020-04-24 16:51:47 +0200
commitf5e804513155d692cc34aaafa4ada3e24bb01031 (patch)
tree88c4e2dfdee24171284c081bdc73187f67028761
parent5cda8f981ac29916587c26fdb6d6d5ad642ef077 (diff)
downloadmullvadvpn-f5e804513155d692cc34aaafa4ada3e24bb01031.tar.xz
mullvadvpn-f5e804513155d692cc34aaafa4ada3e24bb01031.zip
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f5160a390f..b66b2e3bbf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,12 +29,16 @@ Line wrap the file at 100 chars. Th
### Changed
- Downgrade to Electron 7 due to issues with tray icon in Electron 8.
+#### Windows
+- When required, attempt to enable IPv6 for network adapters instead of failing.
+
### Fixed
- Enable IPv6 in WireGuard regardless of the specified MTU value, previously IPv6 was disabled if
the MTU was below 1380.
#### Windows
- Improve offline detection logic.
+- Enable missing IPv6 interface on the WireGuard TUN adapter when it has been disabled.
#### Android
- Change button colors on problem report no email confirmation dialog to match the desktop version.