summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-05-29 17:04:05 +0200
committerDavid Göransson <david.goransson@mullvad.net>2024-05-29 17:12:00 +0200
commit767b97eda756f4ec4e67fb5fa2ae664277291e8f (patch)
tree9d085bc81caed9409e3a4360490c06c2da4fbba8 /android
parentce1b235c49f3c10c62387067457b7af47b5f6370 (diff)
downloadmullvadvpn-767b97eda756f4ec4e67fb5fa2ae664277291e8f.tar.xz
mullvadvpn-767b97eda756f4ec4e67fb5fa2ae664277291e8f.zip
Update changelog
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.