Skip to content

Commit 26c0b67

Browse files
authored
Fix link in CHANGELOG.md, add missing swift sdk install --checksum item
`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 d31cf05 commit 26c0b67

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,17 @@ 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+
For `swift sdk install` subcommand passed remote URLs as arguments, an additional `--checksum` option is now required, through which users of a Swift SDK can specify a checksum provided by
33+
a publisher of the SDK. The latter can produce a checksum by running `swift package compute-checksum` command (introduced in [SE-0272]) with the Swift SDK bundle archive as an argument.
34+
3035
* [#7535]
3136

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

40+
3541
* [#7202]
3642

3743
Package manifests can now access information about the Git repository the given package is in via the context object's
@@ -377,6 +383,7 @@ Swift 3.0
377383
[SE-0201]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0201-package-manager-local-dependencies.md
378384
[SE-0208]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0208-package-manager-system-library-targets.md
379385
[SE-0209]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0209-package-manager-swift-lang-version-update.md
386+
[SE-0272]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0272-swiftpm-binary-dependencies.md
380387
[SE-0292]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0292-package-registry-service.md
381388
[SE-0303]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0303-swiftpm-extensible-build-tools.md
382389
[SE-0332]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0332-swiftpm-command-plugins.md
@@ -439,4 +446,6 @@ Swift 3.0
439446
[#7507]: https://github.com/swiftlang/swift-package-manager/pull/7507
440447
[#7530]: https://github.com/swiftlang/swift-package-manager/pull/7530
441448
[#7535]: https://github.com/swiftlang/swift-package-manager/pull/7535
449+
[#7722]: https://github.com/swiftlang/swift-package-manager/pull/7722
450+
[#7741]: https://github.com/swiftlang/swift-package-manager/pull/7741
442451
[#7813]: https://github.com/swiftlang/swift-package-manager/pull/7813

0 commit comments

Comments
 (0)