Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 73761bb

Browse files
committed
Update CHANGELOG
1 parent 31e580b commit 73761bb

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
@@ -6,9 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

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+
913
### Changed
1014

1115
- 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.
1220

1321
## [5.0.1] - 2022-11-10
1422

0 commit comments

Comments
 (0)