summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2023-06-27 11:05:54 +0200
committerOskar Nyberg <oskar@mullvad.net>2023-06-28 14:06:36 +0200
commit9a94338dacbf0c7dc835f89e14603d53c53453e5 (patch)
tree788a970eef241ef120fce3d88e1ec96240795cf0
parent73fc82b4474d24b57153a0d0e9c26d46ddb6a674 (diff)
downloadmullvadvpn-9a94338dacbf0c7dc835f89e14603d53c53453e5.tar.xz
mullvadvpn-9a94338dacbf0c7dc835f89e14603d53c53453e5.zip
Update changelog with 2023.4 subsection
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b90861814..1a001040b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -59,7 +59,6 @@ Line wrap the file at 100 chars. Th
### Fixed
- Update relay list after logging in. Previously, if the user wasn't logged in when the daemon
started, the relay list would only be updated after attempting to connect to the VPN.
-- Fix misaligned read in `shadowsocks` leading to a panic on some platforms.
#### Android
- Fix connection header flickering.
@@ -70,6 +69,12 @@ Line wrap the file at 100 chars. Th
### Removed
- Remove the CLI subcommand `mullvad relay set hostname`.
+
+## [2023.4] - 2023-06-27
+### Fixed
+- Fix misaligned read in `shadowsocks` leading to a panic on some platforms.
+
+
## [android/2023.3] - 2023-06-27
### Changed
#### Android