diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-08-14 22:58:12 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-08-15 09:27:23 +0200 |
| commit | 1283882cf051a68fe28b26ebbce93ae1bf0895b6 (patch) | |
| tree | 6cb07e81065709ba82b6312522a23feccbe0cc87 | |
| parent | dd48537ad7284971c6276e60cc1a9e8b147937fb (diff) | |
| download | mullvadvpn-1283882cf051a68fe28b26ebbce93ae1bf0895b6.tar.xz mullvadvpn-1283882cf051a68fe28b26ebbce93ae1bf0895b6.zip | |
Move changelog entry for Android
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | android/CHANGELOG.md | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fa4738297c..bd8630249f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,9 +43,6 @@ Line wrap the file at 100 chars. Th #### macOS - Fix intermittent failures to connect with PQ enabled. -#### Android -- Fix VPN service being recreated multiple times when toggling certain options. - ## [2024.4] - 2024-07-23 This release is identical to 2024.4-beta1. diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index 25717d24ae..0d809bb47a 100644 --- a/android/CHANGELOG.md +++ b/android/CHANGELOG.md @@ -30,6 +30,10 @@ Line wrap the file at 100 chars. Th - Migrate underlaying communication wtih daemon to gRPC. This also implies major changes and improvements throughout the app. +### Fixed +- Fix VPN service being recreated multiple times when toggling certain options. + + ## [android/2024.3] - 2024-06-27 Identical to `android/2024.3-beta1` except for updated translations. |
