summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-12-05 00:43:43 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-12-05 10:47:01 +0000
commite4b5cf2256b0ba36c46b0cea2a683c5fb655cbe5 (patch)
tree2b6e16beae68e2154685e9d23a29db70c0a6a7a2
parent38d89e49d8b4a83001f1a6487b4df3fe4151bb4d (diff)
downloadmullvadvpn-e4b5cf2256b0ba36c46b0cea2a683c5fb655cbe5.tar.xz
mullvadvpn-e4b5cf2256b0ba36c46b0cea2a683c5fb655cbe5.zip
Describe wrong thread update fix in change log
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 737c283db0..9536e25052 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -67,6 +67,9 @@ Line wrap the file at 100 chars. Th
- Minor adjustment in online/offline detection logic. This change addresses misbehaving drivers
that report the adapter flags incorrectly.
+#### Android
+- Fix crash when a new version event is received while the app is in the main screen.
+
### Security
- Force OpenVPN to use TLS 1.2 or newer. And limit the TLS 1.3 ciphers to only the strongest ones.
The Mullvad servers have never allowed any insecure ciphers, so this was not really a problem.