diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2021-02-03 11:45:58 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2021-02-03 17:25:22 +0100 |
| commit | 74b8f0b2df608316dcc77a8e7a35e1e0463a578d (patch) | |
| tree | c05443522b58504ab3f1edaa988796632d8a11b8 | |
| parent | ac6e571b52ecb19470cdf4efb01300bc3a7a40cf (diff) | |
| download | mullvadvpn-74b8f0b2df608316dcc77a8e7a35e1e0463a578d.tar.xz mullvadvpn-74b8f0b2df608316dcc77a8e7a35e1e0463a578d.zip | |
Add changelog entry for wintun load/unload fix
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dc5cdaf2a..49a03d3e84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,10 @@ Line wrap the file at 100 chars. Th - Make it impossible to apply an empty list of custom DNS server IPs. Stops the daemon from getting stuck in the offline state on macOS. +#### Windows +- Only load and unload the Wintun driver once instead of on every connection. + Will hopefully fix an issue where it gave an error + ## [2021.1-beta1] - 2021-01-25 ### Added |
