Skip to content

Commit 8cc8dd3

Browse files
committed
Move release notes to 601
1 parent 2ce026f commit 8cc8dd3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Release Notes/600.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,6 @@
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-
106102
## API Behavior Changes
107103

108104
## Deprecations

Release Notes/601.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
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+
1014
## API Behavior Changes
1115

1216
## Deprecations

0 commit comments

Comments
 (0)