diff options
| -rw-r--r-- | CHANGELOG.md | 4 |
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. |
