File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments