diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-08-23 09:39:20 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-08-23 15:34:19 +0200 |
| commit | 1d01a85334af7789ffd7af86e857b95b6d46ca2c (patch) | |
| tree | 3ee36e9d4ca24936cbe6809d6134261dd9aa8793 | |
| parent | e2792969dcab94e3f7212abe48914c4dfb1379ea (diff) | |
| download | mullvadvpn-1d01a85334af7789ffd7af86e857b95b6d46ca2c.tar.xz mullvadvpn-1d01a85334af7789ffd7af86e857b95b6d46ca2c.zip | |
Add changelog item about not disconnecting on quit
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 327cbd5a41..1267a6822e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,8 @@ Line wrap the file at 100 chars. Th - Reorganize settings into more logical categories. - Upgrade wireguard-go to 20220703234212 (Windows: v0.5.3). - Prune bridges far away from the selected relay. +- Stay connected when desktop app is killed or crashes. The only situation where the app now + disconnects on quit is when the user presses the quit button. #### Windows - Remove dependency on `ipconfig.exe`. Call `DnsFlushResolverCache` to flush the DNS cache. |
