summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2023-03-24 10:12:33 +0100
committerAndrej Mihajlov <and@mullvad.net>2023-03-28 10:55:06 +0200
commit73db9777f99879c5bc93345e689478e17c334872 (patch)
tree4a5dcc8e9c406356775fd1044387fc25912e3806
parent5217d83317fa47d6f0979742f0939fb880b12399 (diff)
downloadmullvadvpn-73db9777f99879c5bc93345e689478e17c334872.tar.xz
mullvadvpn-73db9777f99879c5bc93345e689478e17c334872.zip
Mark iOS 2023.1 release in changelog
-rw-r--r--ios/CHANGELOG.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md
index e80a037144..e51b4bbf65 100644
--- a/ios/CHANGELOG.md
+++ b/ios/CHANGELOG.md
@@ -23,6 +23,14 @@ Line wrap the file at 100 chars. Th
## [Unreleased]
+### Changed
+- Changed key rotation interval from 4 to 7 days.
+- Swap vertical position of country and city labels on connection view.
+- Display remaining account time in years if equal to or more than two years,
+ otherwise display days.
+
+
+## [2023.1] - 2023-03-21
### Added
- Add option to block gambling and adult content.
- Add last used account field to login view.
@@ -40,10 +48,6 @@ Line wrap the file at 100 chars. Th
with the option to buy more time.
- Use exponential backoff with jitter for delay interval when retrying REST API requests.
- REST API requests will bypass VPN when tunnel is not functional.
-- Swap vertical position of country and city labels on connection view.
-- Display remaining account time in years if equal to or more than two years,
- otherwise display days.
-- Changed key rotation interval from 4 to 7 days.
### Fixed
- Improve random port distribution. Should be less biased towards port 53.