Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Feb 24, 2022
1 parent d447349 commit a590960
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ ENHANCEMENTS:
- Automatically refresh semantic tokens for more reliable highlighting ([#630](https://github.com/hashicorp/terraform-ls/pull/630))
- Enhance semantic highlighting of block labels ([#802](https://github.com/hashicorp/terraform-ls/pull/802))

BUG FIXES:

- Address race conditions typically surfaced as "out of range" errors, lack of completion/hover/etc. data or data associated with wrong position within the document ([#782](https://github.com/hashicorp/terraform-ls/pull/782))

INTERNAL:

- Store documents in a memdb-backed table ([#771](https://github.com/hashicorp/terraform-ls/pull/771))
- build(deps): bump github.com/creachadair/jrpc2 from 0.35.2 to 0.35.4 ([#774](https://github.com/hashicorp/terraform-ls/pull/774))
- Refactor job scheduler to use memdb for jobs ([#782](https://github.com/hashicorp/terraform-ls/pull/782))
- build(deps): bump github.com/creachadair/jrpc2 from 0.35.2 to 0.36.0 ([#774](https://github.com/hashicorp/terraform-ls/pull/774), [#795](https://github.com/hashicorp/terraform-ls/pull/795))

## 0.25.2 (11 January 2022)

Expand Down

0 comments on commit a590960

Please sign in to comment.