Skip to content

Commit 7f9725f

Browse files
Update CHANGELOG.md (#72043)
* Use blockquote alert. * Add SE-0422 proposal URL. * Add Swift 5.9.2 release date.
1 parent 683f681 commit 7f9725f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
> **Note**\
3+
> [!NOTE]
44
> This is in reverse chronological order, so newer entries are added to the top.
55
66
## Swift 6.0
@@ -301,6 +301,8 @@ concurrency checking.
301301

302302
## Swift 5.9.2
303303

304+
### 2023-12-11 (Xcode 15.1)
305+
304306
* [SE-0407][]:
305307

306308
Member macros can specify a list of protocols via the `conformances` argument to the macro role. The macro implementation will be provided with those protocols that are listed but have not already been implemented by the type to which the member macro is attached, in the same manner as extension macros.
@@ -10149,6 +10151,7 @@ using the `.dynamicType` member to retrieve the type of an expression should mig
1014910151
[SE-0417]: https://github.com/apple/swift-evolution/blob/main/proposals/0417-task-executor-preference.md
1015010152
[SE-0412]: https://github.com/apple/swift-evolution/blob/main/proposals/0412-strict-concurrency-for-global-variables.md
1015110153
[SE-0413]: https://github.com/apple/swift-evolution/blob/main/proposals/0413-typed-throws.md
10154+
[SE-0422]: https://github.com/apple/swift-evolution/blob/main/proposals/0422-caller-side-default-argument-macro-expression.md
1015210155
[#64927]: <https://github.com/apple/swift/issues/64927>
1015310156
[#42697]: <https://github.com/apple/swift/issues/42697>
1015410157
[#42728]: <https://github.com/apple/swift/issues/42728>

0 commit comments

Comments
 (0)