From 4614acf107b3e6c3a0501c740cf616c7ea597ea4 Mon Sep 17 00:00:00 2001 From: Alex Hoppen Date: Mon, 3 Jun 2024 10:21:50 -0700 Subject: [PATCH] Move the `TokenSyntax.identifier` release notes to 600.md We are cherry-picking this change to `release/6.0` in https://github.com/apple/swift-syntax/pull/2666. --- Release Notes/600.md | 4 ++++ Release Notes/601.md | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Release Notes/600.md b/Release Notes/600.md index 928012c11ad..0bc5debcfcb 100644 --- a/Release Notes/600.md +++ b/Release Notes/600.md @@ -99,6 +99,10 @@ - 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)` - Pull request: https://github.com/apple/swift-syntax/pull/2647 +- `TokenSyntax.identifier` + - Description: Adds an `identifier` property to `TokenSyntax` which returns a canonicalized representation of an identifier that strips away backticks. + - Pull request: https://github.com/apple/swift-syntax/pull/2576 + ## API Behavior Changes ## Deprecations diff --git a/Release Notes/601.md b/Release Notes/601.md index 66f907e2cbf..9bf8ee872d9 100644 --- a/Release Notes/601.md +++ b/Release Notes/601.md @@ -7,10 +7,6 @@ - Issue: https://github.com/apple/swift-syntax/issues/405 - Pull Request: https://github.com/apple/swift-syntax/pull/2605 -- `TokenSyntax.identifier` - - Description: Adds an `identifier` property to `TokenSyntax` which returns a canonicalized representation of an identifier that strips away backticks. - - Pull request: https://github.com/apple/swift-syntax/pull/2576 - ## API Behavior Changes ## Deprecations