diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index 4da93f01c9f3..796f49c25c48 100644 --- a/android/CHANGELOG.md +++ b/android/CHANGELOG.md @@ -24,6 +24,13 @@ Line wrap the file at 100 chars. Th ## [Unreleased] +## [android/2024.8-beta2] - 2024-10-25 + +### Fixed +- Improve connection stability when roaming while using Shadowsocks. +- Fix bug where obfuscation was not taken into account when calculating MTU. + + ## [android/2024.8-beta1] - 2024-10-21 ### Added - Add feature indicators to the main view along with redesigning the connection details. diff --git a/android/src/main/play/release-notes/en-US/default.txt b/android/src/main/play/release-notes/en-US/default.txt index 01b73b91bf5d..dd3377e589c2 100644 --- a/android/src/main/play/release-notes/en-US/default.txt +++ b/android/src/main/play/release-notes/en-US/default.txt @@ -1,4 +1,2 @@ -- Added feature indicators to the main view along with redesigning the connection details. -- Added a new "Connect on device start-up" setting for devices without system VPN settings (primarily TVs). -- Updated icons throughout the app. -- Improved button accessibility to better support screen readers. +- Improve connection stability when roaming while using Shadowsocks. +- Fix bug where obfuscation was not taken into account when calculating MTU.