diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2024-03-21 09:58:08 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2024-03-22 08:08:31 +0100 |
| commit | 07ed6a5d3c2a45a20ef4b9ee839bac1e66e33d1d (patch) | |
| tree | 75b33ce1a83783957de293957b6f0ae533ff2930 | |
| parent | 713ee1993f457ec5246668a379e472e0fd20e796 (diff) | |
| download | mullvadvpn-07ed6a5d3c2a45a20ef4b9ee839bac1e66e33d1d.tar.xz mullvadvpn-07ed6a5d3c2a45a20ef4b9ee839bac1e66e33d1d.zip | |
Improve changelog in preperation of 2024.1 release
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1769d9b98f..963d44d1ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,11 +49,15 @@ Line wrap the file at 100 chars. Th - Fix pointless API access method rotations for concurrent requests. - Fix daemon rotating logs on startup even if another daemon is already running. -### macOS +#### macOS - Fix bug that caused high CPU usage. - Fix bugs that caused the log to be filled with socket errors, by handling closed sockets gracefully. +### Fixed +- Fix map scaling issues when changing display scale settings and when running under Wayland on + Linux. + ### Security #### Android - Change from singleTask to singleInstance to fix Task Affinity Vulnerability in Android 8. |
