summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--android/CHANGELOG.md4
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.