diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-11-30 17:52:18 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-11-30 17:52:18 -0300 |
| commit | 030dba0070fed0371c13023ba0474beaca810f74 (patch) | |
| tree | 86b08baae6d1bd09a5a71dae8017eaaf1d50afca | |
| parent | 23046aaaaf290046dcdc033728fe604950e5efac (diff) | |
| parent | 567a094858012b6fcc7679f0e7c8b490255558a2 (diff) | |
| download | mullvadvpn-030dba0070fed0371c13023ba0474beaca810f74.tar.xz mullvadvpn-030dba0070fed0371c13023ba0474beaca810f74.zip | |
Merge branch 'fix-changelog-entry-locations'
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 61cfd78179..68f3f38605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,14 @@ Line wrap the file at 100 chars. Th ## [Unreleased] +### Changed +- Upgrade wireguard-go to v0.0.20201118. +- Reduce logging about time outs when conneting to a WireGuard tunnel. + +### Fixed +#### Android +- Fix login appearing to be cancelled after leaving the login screen while logging in. +- Fix login input area missing some times when opening the login screen. ## [2020.8-beta1] - 2020-11-30 @@ -49,8 +57,6 @@ This release is for Android only. - Rename CLI subcommand `mullvad relay set relay` to `mullvad relay set hostname`. - Upgrade OpenVPN from 2.4.9 to 2.5.0. - Upgrade Electron from 8.5.2 to Electron 11.0.2. -- Upgrade wireguard-go to v0.0.20201118. -- Reduce logging about time outs when conneting to a WireGuard tunnel. #### Android - Remove the Quit button. @@ -91,8 +97,6 @@ This release is for Android only. or the quick-settings tile for the app to connect or disconnect. - Fix app showing that it was blocking connections when it wasn't when VPN permission was denied. - Fix internet not working for a minute or two after changing Allow LAN setting. -- Fix login appearing to be cancelled after leaving the login screen while logging in. -- Fix login input area missing some times when opening the login screen. #### Windows - Fix log output encoding for Windows modules. |
