8000 Merge pull request #2378 from DougGregor/release-note-codeblocksyntax · swiftlang/swift-syntax@6e708c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e708c4

Browse files
authored
Merge pull request #2378 from DougGregor/release-note-codeblocksyntax
Add release note for CodeBlockSyntax becoming SyntaxParseable.
2 parents 6f1dfc3 + 38c954e commit 6e708c4

File t 8000 ree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Release Notes/511.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
- Description: A trait for syntax nodes that have an optional code block, such as `FunctionDeclSyntax` and `InitializerDeclSyntax`.
2525
- Pull Request: https://github.com/apple/swift-syntax/pull/2359
2626

27+
- `CodeBlockSyntax`
28+
- Description: `CodeBlockSyntax` is now `SyntaxParseable`, so it can be used with string interpolations.
29+
- Pull Request: https://github.com/apple/swift-syntax/pull/2361
30+
2731
## API Behavior Changes
2832

2933
## Deprecations

0 commit comments

Comments
 (0)
0