8000
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.
2 parents 6f1dfc3 + 38c954e commit 6e708c4Copy full SHA for 6e708c4
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