diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2021-11-03 13:23:03 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2021-11-03 13:23:13 +0100 |
| commit | 4c1c1634d4a6c4fc2dedc7b26c575d7afb5a1e2d (patch) | |
| tree | bd5cc21c0de54fa57572f1a2a834f330d5417c80 | |
| parent | 534b6100263dc232d15a61e9e23a9e9dc99d53aa (diff) | |
| download | mullvadvpn-4c1c1634d4a6c4fc2dedc7b26c575d7afb5a1e2d.tar.xz mullvadvpn-4c1c1634d4a6c4fc2dedc7b26c575d7afb5a1e2d.zip | |
Minor changelog fixes
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c563d74ff3..2e6753c0da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,8 +29,8 @@ Line wrap the file at 100 chars. Th ### Changed - Update Electron from 11.4.9 to 15.0.0. -- Revamp main view with blurred background behind semi-transparent buttons - and switch to correct font for logo. +- Revamp main view with blurred background behind semi-transparent buttons and switch to + correct font for logo. Also a slightly less bold font in other parts of the app. #### Android - Drop support for Android 7/7.1 (Android 8/API level 26 or later is now required). @@ -44,7 +44,7 @@ Line wrap the file at 100 chars. Th - Fix desktop app split tunneling view to not overflow on very long application names. - Prevent API requests from being made prior to the tunnel state machine being set up. Rarely, failed requests could result in a deadlock. -- Fix segmentation fault when closing app. +- Fix segmentation fault when closing app (the GUI). #### Windows - Fix detection of Windows 11. Problem reports will now correctly report Windows 11 instead |
