summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2021-01-12 17:08:20 +0100
committerLinus Färnstrand <linus@mullvad.net>2021-01-14 17:14:12 +0100
commit041dc038225bac7d4a04d34a863988302b7c8f92 (patch)
tree4f6a9d43fa687b9f2425303ab732100a028e81aa
parenta07bf6aff35b9ad4a61953cc5646badec059aa4b (diff)
downloadmullvadvpn-041dc038225bac7d4a04d34a863988302b7c8f92.tar.xz
mullvadvpn-041dc038225bac7d4a04d34a863988302b7c8f92.zip
Reorder changelog to have topics in same order
-rw-r--r--CHANGELOG.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 161e0cf226..980cd561c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,6 +38,16 @@ Line wrap the file at 100 chars. Th
- Add version data to problem reports for the following software: the kernel, NetworkManager,
WireGuard kernel module, SystemD.
+### Changed
+- Allow the API to be accessed while in a blocking state.
+- Prefer the last used API endpoint when the service starts back up, as well as in other tools such
+ as the problem report tool.
+- Migrate cache to a directory readable by all users, consistent with Android and Linux.
+
+#### Linux
+- Improve offline check to query the routing table to allow users to use a bridged adapter as their
+ primary interface.
+
### Fixed
- Fix Turkish translations for on/off in the bridge settings. They were inverted, so it was
confusing to change the setting.
@@ -58,15 +68,6 @@ Line wrap the file at 100 chars. Th
- Deny network access to the OpenVPN plugin pipe, which allowed for anonymous write access when
passwordless file sharing was enabled.
-### Changed
-- Allow the API to be accessed while in a blocking state.
-- Prefer the last used API endpoint when the service starts back up, as well as in other tools such
- as the problem report tool.
-- Migrate cache to a directory readable by all users, consistent with Android and Linux.
-
-#### Linux
-- Improve offline check to query the routing table to allow users to use a bridged adapter as their
- primary interface.
## [2020.8-beta2] - 2020-12-11
This release is for desktop only.