Skip to content

Commit 748f713

Browse files
committed
Merge pull request swiftlang#817 from kballard/kballard/changelog-tuple-comparisons
Add CHANGELOG.md entry for tuple comparisons
2 parents 0c162cd + 1ec8f36 commit 748f713

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ Latest
9191
back-ticks. For more information, see
9292
[SE-0001](https://github.com/apple/swift-evolution/blob/master/proposals/0001-keywords-as-argument-labels.md).
9393
94+
* Tuples (up to arity 6) whose elements are all `Comparable` or `Equatable` now
95+
implement the full set of comparison/equality operators. The comparison
96+
operators are defined in terms of [lexicographical order][]. See [SE-0015][]
97+
for more information.
98+
99+
[lexicographical order]: https://en.wikipedia.org/wiki/Lexicographical_order
100+
[SE-0015]: https://github.com/apple/swift-evolution/blob/master/proposals/0015-tuple-comparison-operators.md
101+
94102
2015-09-17 [Xcode 7.1, Swift 2.1]
95103
----------
96104

0 commit comments

Comments
 (0)