diff options
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9536e25052..1c1f88d8fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,8 @@ Line wrap the file at 100 chars. Th that report the adapter flags incorrectly. #### Android +- Don't try to fetch location when the app knows that it has no connectivity. This should reduce + wake-ups (improving battery life) and also fix very large log files consuming storage space. - Fix crash when a new version event is received while the app is in the main screen. ### Security @@ -75,10 +77,6 @@ Line wrap the file at 100 chars. Th The Mullvad servers have never allowed any insecure ciphers, so this was not really a problem. Just one extra safety precaution. -#### Android -- Don't try to fetch location when the app knows that it has no connectivity. This should reduce - wake-ups (improving battery life) and also fix very large log files consuming storage space. - ## [2019.10-beta1] - 2019-11-06 This release is for Android only. |
