Skip to content

Commit 81451e1

Browse files
committed
Merge branch 'allow-multihop-in-release-and-update-changelog-ios-769'
2 parents 55cfd69 + a262b99 commit 81451e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ios/CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ Line wrap the file at 100 chars. Th
2222
* **Security**: in case of vulnerabilities.
2323

2424
## [Unreleased]
25-
26-
25+
### Added
26+
- Add multihop, a feature that routes traffic through two
27+
of our relays before it reaches the internet.
28+
2729
## [2024.4 - 2024-06-25]
2830
### Added
2931
- Add Post-Quantum secure tunnels.

ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift

-2
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,7 @@ final class VPNSettingsDataSource: UITableViewDiffableDataSource<
412412
snapshot.appendItems([.dnsSettings], toSection: .dnsSettings)
413413
snapshot.appendItems([.ipOverrides], toSection: .ipOverrides)
414414

415-
#if DEBUG
416415
snapshot.appendItems([.multihop], toSection: .multiHop)
417-
#endif
418416

419417
applySnapshot(snapshot, animated: animated, completion: completion)
420418
}

0 commit comments

Comments
 (0)