From 02a734b17b2d82e18c250c11eeb3f7b3f5163404 Mon Sep 17 00:00:00 2001 From: Jonatan Rhodin Date: Mon, 11 Mar 2024 13:46:34 +0100 Subject: [PATCH] Move misplaced change entry in changelog --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fd19f2ec690..95a795b07452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,10 +27,6 @@ Line wrap the file at 100 chars. Th dropped packets and does not take fragmentation into account. - Add ability to import server IP overrides in GUI. -### Changed -- Change default obfuscation setting to `auto`. -- Migrate obfuscation settings for existing users from `off` to `auto`. - #### Android - Add support for all screen orientations. - Add toggle for enabling or disabling split tunneling. @@ -38,6 +34,9 @@ Line wrap the file at 100 chars. Th system vpn settings. ### Changed +- Change default obfuscation setting to `auto`. +- Migrate obfuscation settings for existing users from `off` to `auto`. + #### Android - Migrate to Compose Navigation which also improves screen transition animations.