summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md
index 811fc2dcc7..2998e2757c 100644
--- a/android/CHANGELOG.md
+++ b/android/CHANGELOG.md
@@ -22,6 +22,10 @@ Line wrap the file at 100 chars. Th
* **Security**: in case of vulnerabilities.
## [Unreleased]
+### Changed
+- Migrate underlaying communication wtih daemon to gRPC. This also implies major changes and
+ improvements throughout the app.
+
### Security
- Fix DNS leaks in blocking states or when no valid DNS has been configured due to an underlying OS
issue. In these cases a dummy DNS will be set to prevent leaks.