From 7014e7e084896c6b52bcc0965928e2cabadafa9f Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Wed, 18 Aug 2021 17:51:19 +0100 Subject: [PATCH] Fix typos in `CHANGELOG.md` --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97c77cb2bd8..847bdaffbde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Swift 5.6 Semantic version dependencies can now be resolved against Git tag names that contain only major and minor version identifiers. A tag with the form `X.Y` will be treated as `X.Y.0`. This improves compatibility with existing repositories. * [#3641] - Soft deprecate `.pacakge(name:, url:)` dependency syntax in favour of `.pacakge(url:)`, given that an explciit `name` attribute is no longer needed for target depedendencies lookup. + Soft deprecate `.package(name:, url:)` dependency syntax in favour of `.package(url:)`, given that an explicit `name` attribute is no longer needed for target depedendencies lookup. * [#3641] Adding a dependency requirement can now be done with the convenience initializer `.package(url: String, exact: Version)`.