summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2021-04-22 20:44:21 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2021-04-23 14:04:43 +0000
commit73c618c1a0ba26000ba0eda34ed2db2d7502b2d6 (patch)
tree0bbd5e97139aab54ddbfe4e9e3d7af4d1bbe257e
parenta12667f26c63227a0e92295205deea3cf209a4f5 (diff)
downloadmullvadvpn-73c618c1a0ba26000ba0eda34ed2db2d7502b2d6.tar.xz
mullvadvpn-73c618c1a0ba26000ba0eda34ed2db2d7502b2d6.zip
Describe split app in two processes in changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b0df6b13a..7a7eaf8239 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,6 +36,9 @@ Line wrap the file at 100 chars. Th
- Only allow packets with the mark set to `0x6d6f6c65` to communicate with the relay server.
Previously, bridges were expected to run as root instead.
+#### Android
+- Improve stability by running the UI and the tunnel management logic in separate processes.
+
### Fixed
- Fix relay selection failing to pick a WireGuard relay when no tunnel protocol is specified.
- Fix time left not always being translated in desktop app settings.