diff options
| -rw-r--r-- | ios/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index 9984d652ff..40b9097073 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -26,6 +26,8 @@ Line wrap the file at 100 chars. Th ### Added - Enable option to "Select all" when viewing app logs. - Split view interface for iPad. +- Reduce network traffic consumption by leveraging HTTP caching via ETag HTTP header to avoid + re-downloading the relay list if it hasn't changed. ### Fixed - Fix bug which caused the tunnel manager to become unresponsive in the rare event of failure to |
