diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index 9c13f6f4ba6a..5c9899c5a3a6 100644 --- a/android/CHANGELOG.md +++ b/android/CHANGELOG.md @@ -24,6 +24,11 @@ Line wrap the file at 100 chars. Th ## [Unreleased] +## [android/2024.10-beta2] - 2024-12-20 +### Fixed +- Fix a crash that would occur because a Provider would be listed twice in the filter screen. + + ## [android/2024.10-beta1] - 2024-12-19 ### Added - Add multihop which allows the routing of traffic through an entry and exit server, making it @@ -36,9 +41,6 @@ Line wrap the file at 100 chars. Th - Update to DAITA v2. The main difference is that many different machines are provided by relays instead of a bundled list. -### Fixed -- Fix a crash that would occur because a Provider would be listed twice in the filter screen. - ## [android/2024.9] - 2024-12-09 ### Changed 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 deb6315298db..1ade9f1f93c9 100644 --- a/android/src/main/play/release-notes/en-US/default.txt +++ b/android/src/main/play/release-notes/en-US/default.txt @@ -1,3 +1 @@ -- Added support for multihop which allows routing traffic through an entry location to an exit location. -- Added support for using DAITA with locations lacking DAITA support by automatically routing the traffic via a DAITA enabled location. This behaviour can be disabled using the "Direct only" setting. -- Updated DAITA to v2 which supports flexible configuration. +- Fixed a crash in the filter screen that could happen depending on available Providers.