Skip to content

Commit

Permalink
Update 602 Release Notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
amritpan committed Feb 3, 2025
1 parent f49e95c commit dfa57bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Release Notes/602.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
- Pull Request: https://github.com/swiftlang/swift-syntax/pull/2925
- Migration steps: Use `SyntaxChildren.endIndex` instead.
- 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.

- *Affected API or two word description*
- Description: *A new keypath component (`.keyPathMethodComponent`) has been added to handle fully applied keypath methods and initializers.*
- Pull Request: *https://github.com/swiftlang/swift-syntax/pull/2950*
- Migration steps: To switch over KeyPathComponent.Component exhaustively, please add handling for `.keyPathMethodComponent`.
- Notes: Keypath methods and initializers are an uncoming Swift language feature.

## Template

Expand Down

0 comments on commit dfa57bf

Please sign in to comment.