We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1dfc3 commit 671eec1Copy full SHA for 671eec1
Release Notes/511.md
@@ -24,6 +24,10 @@
24
- Description: A trait for syntax nodes that have an optional code block, such as `FunctionDeclSyntax` and `InitializerDeclSyntax`.
25
- Pull Request: https://github.com/apple/swift-syntax/pull/2359
26
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
+
31
## API Behavior Changes
32
33
## Deprecations
0 commit comments