Skip to content

Commit ea0c480

Browse files
committed
Update README.
1 parent 0be07aa commit ea0c480

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# A Double-Ended Queue Type in Swift
22

3-
[![Swift 2.2 & 3](https://img.shields.io/badge/Swift-2.2, 3-blue.svg)](https://swift.org)
4-
[![License](https://img.shields.io/badge/licence-MIT-blue.svg)](https://github.com/lorentey/BTree/blob/master/LICENCE.md)
3+
[![Swift 3](https://img.shields.io/badge/Swift-3-blue.svg)](https://swift.org)
4+
[![License](https://img.shields.io/badge/licence-MIT-blue.svg)](https://github.com/lorentey/BTree/blob/master/LICENSE.md)
55
[![Platform](https://img.shields.io/badge/platforms-OS_X%20∙%20iOS%20∙%20watchOS%20∙%20tvOS-blue.svg)](https://developer.apple.com/platforms/)
66

77
[![Build Status](https://travis-ci.org/lorentey/Deque.svg?branch=master)](https://travis-ci.org/lorentey/Deque)
@@ -19,12 +19,11 @@ Deques are structs and implement the same copy-on-write value semantics as stand
1919

2020
## Compatibility
2121

22-
`Deque` on the `master` branch is compatible with Swift 2.2.
23-
Preliminary support for prerelease versions of Swift 3 is available on the `swift3` branch.
22+
`Deque` on the `master` branch is compatible with Swift 3.0.
2423

2524
## Note on Performance
2625

27-
As of Swift 2.2, the Swift compiler is not yet able to specialize generics across module boundaries, which puts a
26+
As of Swift 3.0, the Swift compiler is not yet able to specialize generics across module boundaries, which puts a
2827
considerable limit on the performance achievable by collection types imported from external modules.
2928
(This doesn't impact stdlib, which gets special treatment.)
3029

0 commit comments

Comments
 (0)