Skip to content

Commit 6d4693f

Browse files
authored
Fix link in CHANGELOG.md, add swift sdk install --checksum item (#7935)
`CHANGELOG.md` had a broken link. Additionally, `swift sdk install --checksum` change introduced in #7722 seems to be changelog-worthy, but was previously missing.
1 parent 5760e81 commit 6d4693f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,16 @@ Swift 6.0
2727
`--experimental-swift-sdks-path` options on `swift build` are deprecated with replacements that don't have the
2828
`experimental` prefix.
2929

30+
* [#7722]
31+
32+
An additional `--checksum` option is now required for `swift sdk install` subcommand with remote URLs as arguments. `--checksum` allows users of a Swift SDK to specify a checksum provided by the SDK publisher. A checksum can be produced by running `swift package compute-checksum` command (introduced in [SE-0272]) with the Swift SDK bundle archive as an argument.
33+
3034
* [#7535]
3135

3236
The `swift sdk configuration` subcommand is deprecated with a replacement named `configure` that has options that exactly match
3337
[SE-0387 proposal text].
3438

39+
3540
* [#7202]
3641

3742
Package manifests can now access information about the Git repository the given package is in via the context object's
@@ -377,6 +382,7 @@ Swift 3.0
377382
[SE-0201]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0201-package-manager-local-dependencies.md
378383
[SE-0208]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0208-package-manager-system-library-targets.md
379384
[SE-0209]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0209-package-manager-swift-lang-version-update.md
385+
[SE-0272]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0272-swiftpm-binary-dependencies.md
380386
[SE-0292]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0292-package-registry-service.md
381387
[SE-0303]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0303-swiftpm-extensible-build-tools.md
382388
[SE-0332]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0332-swiftpm-command-plugins.md
@@ -439,4 +445,6 @@ Swift 3.0
439445
[#7507]: https://github.com/swiftlang/swift-package-manager/pull/7507
440446
[#7530]: https://github.com/swiftlang/swift-package-manager/pull/7530
441447
[#7535]: https://github.com/swiftlang/swift-package-manager/pull/7535
448+
[#7722]: https://github.com/swiftlang/swift-package-manager/pull/7722
449+
[#7741]: https://github.com/swiftlang/swift-package-manager/pull/7741
442450
[#7813]: https://github.com/swiftlang/swift-package-manager/pull/7813

0 commit comments

Comments
 (0)