Skip to content

Commit 818181d

Browse files
update changelog
1 parent c90cd00 commit 818181d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,23 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
1818

1919
## [Unreleased]
2020

21+
### Added
22+
23+
- Added support for `djhtml` file extension
24+
- Added standalone binary builds for direct installation
25+
- Added debug Neovim plugin for lsp-devtools and server logs
26+
27+
### Changed
28+
29+
- Reorganized clients directory
30+
- **Internal**: Optimized lexer performance with memchr and byte-level whitespace parsing
31+
- **Internal**: Simplified background tasks with `SessionSnapshot`
32+
- **Internal**: Refactored LSP boundary with extension traits
33+
2134
### Fixed
2235

2336
- Fixed stale diagnostics and references for templates open in the editor
37+
- Fixed template file tracking by moving Db methods to SourceDb
2438

2539
## [5.2.1]
2640

0 commit comments

Comments
 (0)