diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec9b48edbda..feaf7934598f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,10 +23,18 @@ Line wrap the file at 100 chars. Th ## [Unreleased] ### Added - #### Windows - Add experimental support for Windows ARM64. +### Changed +- (Linux and macOS only) Update to DAITA v2. The main difference is that many different machines are + provided by relays instead of a bundled list. The bundled `maybenot_machines` file was removed. + +### Fixed +#### macOS +- Fix GUI getting stuck when opening the split tunneling view. + + ## [2024.9-beta1] - 2024-12-05 ### Added - Add a new access method: Encrypted DNS Proxy. Encrypted DNS proxy is a way to reach the API via diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index 279df052fded..9a6e826181af 100644 --- a/android/CHANGELOG.md +++ b/android/CHANGELOG.md @@ -23,6 +23,10 @@ Line wrap the file at 100 chars. Th ## [Unreleased] +### Changed +- Update to DAITA v2. The main difference is that many different machines are provided by relays + instead of a bundled list. + ## [android/2024.9] - 2024-12-09