Skip to content

Commit e903d9a

Browse files
committed
Update release notes
1 parent 1e39d2d commit e903d9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Release Notes/600.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
- Description: With the change to parse `#if canImport(MyModule, _version: 1.2.3)` as a function call instead of a dedicated syntax node, `1.2.3` natively gets parsed as a member access `3` to the `1.2` float literal. This property allows the reinterpretation of such an expression as a version tuple.
7676
- Pull request: https://github.com/apple/swift-syntax/pull/2025
7777

78+
- `TokenSyntax.identifier`
79+
- Description: Adds an `identifier` property to `TokenSyntax` which returns a canonicalized representation of an identifier that strips away backticks.
80+
7881
## API Behavior Changes
7982

8083
## Deprecations

0 commit comments

Comments
 (0)