Skip to content

Commit 9e0b2e3

Browse files
authored
Merge pull request #2667 from ahoppen/move-identifier-release-notes
Move the `TokenSyntax.identifier` release notes to 600.md
2 parents 1fe6d90 + 4614acf commit 9e0b2e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Release Notes/600.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@
9999
- Description: A version of the `SwiftSyntaxMacrosTestSupport` module that doesn't depend on `Foundation` or `XCTest` and can thus be used to write macro tests using `swift-testing`. Since swift-syntax can't depend on swift-testing (which would incur a circular dependency since swift-testing depends on swift-syntax), users need to manually specify a failure handler like the following, that fails the swift-testing test: `Issue.record("\($0.message)", fileID: $0.location.fileID, filePath: $0.location.filePath, line: $0.location.line, column: $0.location.column)`
100100
- Pull request: https://github.com/apple/swift-syntax/pull/2647
101101

102+
- `TokenSyntax.identifier`
103+
- Description: Adds an `identifier` property to `TokenSyntax` which returns a canonicalized representation of an identifier that strips away backticks.
104+
- Pull request: https://github.com/apple/swift-syntax/pull/2576
105+
102106
## API Behavior Changes
103107

104108
## Deprecations

Release Notes/601.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
- Issue: https://github.com/apple/swift-syntax/issues/405
88
- Pull Request: https://github.com/apple/swift-syntax/pull/2605
99

10-
- `TokenSyntax.identifier`
11-
- Description: Adds an `identifier` property to `TokenSyntax` which returns a canonicalized representation of an identifier that strips away backticks.
12-
- Pull request: https://github.com/apple/swift-syntax/pull/2576
13-
1410
## API Behavior Changes
1511

1612
## Deprecations

0 commit comments

Comments
 (0)