summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.