You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [Unreleased]
8
8
9
+
### Added
10
+
11
+
- An experiment in working with instruction sequences has been added to Syntax Tree. This is subject to change, so it is not well documented or tested at the moment. It does not impact other functionality.
12
+
9
13
### Changed
10
14
11
15
- Support forwarding anonymous keyword arguments with `**`.
16
+
- The `BodyStmt` node now has a more correct location information.
17
+
- Ignore the `textDocument/documentColor` request coming into the language server to support clients that require that request be received.
18
+
- Do not attempt to convert `if..else` into ternaries if the predicate has a `Binary` node.
19
+
- Properly handle nested pattern matching when a rightward assignment is inside a `when` clause.
0 commit comments