Skip to content

Commit

Permalink
Update CHANGELOG.md with the heredoc highlight range support
Browse files Browse the repository at this point in the history
This improvement was included in dockerfile-language-service 0.14.0.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
  • Loading branch information
rcjsuen committed Jun 19, 2024
1 parent 88a0b2c commit d8141ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.

## [Unreleased]
### Added
- textDocument/documentHighlight
- support computing highlight ranges for heredocs ([rcjsuen/dockerfile-language-service#121](https://github.com/rcjsuen/dockerfile-language-service/issues/121))

### Fixed
- textDocument/publishDiagnostics
- consider default value of a variable when determining if FROM is invalid or not ([#269](https://github.com/rcjsuen/dockerfile-language-server/issues/269))
Expand Down

0 comments on commit d8141ce

Please # to comment.