Skip to content

Commit 7762c01

Browse files
committed
Update 602 Release Notes.
1 parent cff9459 commit 7762c01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Release Notes/602.md

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
- Pull Request: https://github.com/swiftlang/swift-syntax/pull/2925
2626
- Migration steps: Use `SyntaxChildren.endIndex` instead.
2727
- Notes: `ExpressibleByNilLiteral` was a mistake. In general, `Collection.Index` should only be created and managed by the collection itself. For example, `Collection.index(after:)` exists, but `Index.advanced(by:)` does not.
28+
29+
- *Affected API or two word description*
30+
- Description: *A new keypath component (`.keyPathMethodComponent`) has been added to handle fully applied keypath methods and initializers.*
31+
- Pull Request: *https://github.com/swiftlang/swift-syntax/pull/2950*
32+
- Migration steps: To switch over KeyPathComponent.Component exhaustively, please add handling for `.keyPathMethodComponent`.
33+
- Notes: Keypath methods and initializers are an uncoming Swift language feature.
2834

2935
## Template
3036

0 commit comments

Comments
 (0)