diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-12-08 13:11:43 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-12-08 13:11:47 +0100 |
| commit | 44a8a6efd56abe5f2eec791e4230014b2870508e (patch) | |
| tree | 725f8ee3971a73864757dcd8fe811a7aea58ab72 | |
| parent | 4e4cafdc65ab28f4ae71c8d10f8ac69d2580fdb2 (diff) | |
| download | mullvadvpn-44a8a6efd56abe5f2eec791e4230014b2870508e.tar.xz mullvadvpn-44a8a6efd56abe5f2eec791e4230014b2870508e.zip | |
Fix incorrect line wrapping for changelog entry
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0137592fc9..3452504498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,8 +32,9 @@ Line wrap the file at 100 chars. Th #### Android - Avoid running in foreground when not connected. - Avoid removing notification when service is stopped. -- Change so that swiping the notification no longer kills the service since that isn't a common way of handling the - lifecycle in Android. Instead rely on the following mechanisms to kill the service: +- Change so that swiping the notification no longer kills the service since that isn't a common way + of handling the lifecycle in Android. Instead rely on the following mechanisms to kill the + service: * Swiping to remove from the Recents/Overview screen. * Android Background Execution Limits. * The System Settings way of killing apps ("Force Stop"). |
