diff --git a/CHANGELOG.md b/CHANGELOG.md index fa4738297cbe..bd8630249f28 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 25717d24aeb4..0d809bb47a19 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.