Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg committed May 20, 2024
1 parent bb2217d commit d4b6d7d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
- Introduce a `destruct-line` code action. This is an improved version of the
old `destruct` code action. (#1283)

- Improve signature inference to only include types for elements that were
absent from the signature. Previously, all signature items would always be
inserted. (#1289)

- Add an `update-signature` code action to update the types of elements that
were already present in the signature (#1289)

## Fixes

- Detect document kind by looking at merlin's `suffixes` config.
Expand Down

0 comments on commit d4b6d7d

Please sign in to comment.