diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2022-09-26 09:49:24 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-09-26 09:53:29 +0200 |
| commit | ecb5dddffaf5244a7ef46ff958d3411c02d32892 (patch) | |
| tree | 58182490d85d1dd9b26f5940408f51ebcc51d574 | |
| parent | 215f4efe1caeb534d7cbb826796eb5f5e2f86739 (diff) | |
| download | mullvadvpn-ecb5dddffaf5244a7ef46ff958d3411c02d32892.tar.xz mullvadvpn-ecb5dddffaf5244a7ef46ff958d3411c02d32892.zip | |
Add 2022.5-beta1 changelog header
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d0af28a9ec..38d1f518b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ Line wrap the file at 100 chars. Th ## [Unreleased] + + +## [2022.5-beta1] - 2022-09-26 ### Added - Add obfuscation settings under "WireGuard settings". @@ -32,7 +35,8 @@ Line wrap the file at 100 chars. Th #### Linux - GUI: Add electron flags to run Wayland native if in a compositor/desktop known to work well -- Add support for Linux ARM64. +- Add support for Linux ARM64. No installers are produced yet. But the source code can now + be built for ARM64. ### Changed - Reject invalid WireGuard ports in the CLI. @@ -51,7 +55,6 @@ Line wrap the file at 100 chars. Th - Remove dependency on `ipconfig.exe`. Call `DnsFlushResolverCache` to flush the DNS cache. - Upgrade Wintun to 0.14.1. - #### Linux - The daemon binary and systemd unit file will now be placed in `/usr/bin/` and `/usr/lib/systemd/system` respectively, to aid with starting the system service on systems where |
