Skip to content

Commit dcbf396

Browse files
committed
[CHANGELOG] Add some missing updates.
1 parent 9c3162f commit dcbf396

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ Note: This is in reverse chronological order, so newer entries are added to the
33
Swift 3.0
44
---------
55

6+
* [SE-0135](https://github.com/apple/swift-evolution/blob/master/proposals/0135-package-manager-support-for-differentiating-packages-by-swift-version.md)
7+
8+
The package manager now supports writing Swift 3.0 specific tags and
9+
manifests, in order to support future evolution of the formats used in both
10+
cases while still allowing the Swift 3.0 package manager to continue to
11+
function.
12+
13+
* [SE-0129](https://github.com/apple/swift-evolution/blob/master/proposals/0129-package-manager-test-naming-conventions.md)
14+
15+
Test modules now *must* be named with a `Tests` suffix (e.g.,
16+
`Foo/Tests/BarTests/BarTests.swift`). This name also defines the name of the
17+
Swift module, replacing the old `BarTestSuite` module name.
18+
619
* It is no longer necessary to run `swift build` before running `swift test` (it
720
will always regenerates the build manifest when necessary). In addition, it
821
now accepts (and requires) the same `-Xcc`, etc. options as are used with

0 commit comments

Comments
 (0)