summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-10-12 12:49:56 +0200
committerAndrej Mihajlov <and@mullvad.net>2021-11-03 13:30:52 +0100
commit7faa44b86979981620f7a63ad9ee4ec9abe683f1 (patch)
treebd71988e632ab53f59fc7f5ca797b3afd6735517
parentb942b99f5aa828f7f44937be6970b11c63a2f013 (diff)
downloadmullvadvpn-7faa44b86979981620f7a63ad9ee4ec9abe683f1.tar.xz
mullvadvpn-7faa44b86979981620f7a63ad9ee4ec9abe683f1.zip
Update CHANGELOG
-rw-r--r--ios/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md
index 77cb99f804..284fc1d99a 100644
--- a/ios/CHANGELOG.md
+++ b/ios/CHANGELOG.md
@@ -23,10 +23,14 @@ Line wrap the file at 100 chars. Th
## [Unreleased]
+### Added
+- Add ability to specify custom DNS servers.
+
### Changed
- Attach log backup from previous application run to problem report.
- Use background tasks to periodically update relays and rotate the private key on iOS 13 or newer.
Background fetch is used as fallback on iOS 12.
+- Request background execution time from the system when performing critical tasks.
### Fixed
- Drop leading replacement characters (`\u{FFFD}`) when decoding UTF-8 from a part of log file.