Skip to content

Commit efd4256

Browse files
committed
[Changelog] Update Changelog.md to include Swift 5.3 changes
1 parent f067727 commit efd4256

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Note: This is in reverse chronological order, so newer entries are added to the top.
44

5+
## Swift 5.3
6+
7+
* Introduced `FunctionCallExprSyntax.additionalTrailingClosures` property with type `MultipleTrailingClosureElementListSyntax?` for supporting [SE-0279 Multiple Trailing Closures](https://github.com/apple/swift-evolution/blob/master/proposals/0279-multiple-trailing-closures.md).
8+
9+
* Introduced `syntaxNodeType` property for all types conforming to `SyntaxProtocol`, which returns the underlying syntax node type. It is primarily intended as a debugging aid during development.
10+
11+
* Provided a clearer error message for the "parser compatibility" error.
12+
513
## Swift 5.2
614

715
- `ReversedSyntaxChildren` has been removed

0 commit comments

Comments
 (0)