diff options
| author | Albin <albin@mullvad.net> | 2024-04-17 09:33:27 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-04-29 09:32:28 +0200 |
| commit | 5002832c576f4154dbbb8f120bc5a9365b92c2c2 (patch) | |
| tree | 619609d14888845ddac1b579a928e6c87081d97d | |
| parent | 84a249bc5f08906ac161c53eefb0625f687f6e4e (diff) | |
| download | mullvadvpn-5002832c576f4154dbbb8f120bc5a9365b92c2c2.tar.xz mullvadvpn-5002832c576f4154dbbb8f120bc5a9365b92c2c2.zip | |
Update changelog for android/2024.2-beta1
| -rw-r--r-- | android/CHANGELOG.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index dcb2a01618..e25d01f58d 100644 --- a/android/CHANGELOG.md +++ b/android/CHANGELOG.md @@ -22,9 +22,21 @@ Line wrap the file at 100 chars. Th * **Security**: in case of vulnerabilities. ## [Unreleased] + + +## [android/2024.2-beta1] - 2024-04-17 ### Added - Add the ability to create and manage custom lists of relays. -- Add Server IP overrides feature. +- Add the ability to import server IP overrides using text or file. + +### Changed +- Change [default retry connection attempts][`relay selector defaults`]. + +[`relay selector defaults`]: docs/relay-selector.md#default-constraints-for-tunnel-endpoints + +### Fixed +- Fix pointless API access method rotations for concurrent requests. +- Fix broken IPv6 connectivity by making sure the relay selector attempts IPv6 connections. ## [android/2024.1] - 2024-04-05 |
