diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-23 20:08:28 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-23 20:08:28 +0800 |
commit | 43c434b741014229ef9a38a757698fb65e53365a (patch) | |
tree | a51de48dc022484e63b048dd1ee7267c972782e7 /changelog.md | |
parent | 25e076d4baa0a47a376d0ed647c68c56b817c88b (diff) | |
download | lua-language-server-43c434b741014229ef9a38a757698fb65e53365a.zip |
cleanup
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index a06908d2..a1608bd0 100644 --- a/changelog.md +++ b/changelog.md @@ -23,6 +23,7 @@ local n2 = f(0) -- `n2` is `number` local n3 = f(0, 0) -- `n3` is `string` ``` +* `CHG` improve speed for diagnostics and semantic-tokens * `FIX` diagnostics flash when opening a file * `FIX` sometimes workspace diagnostics are not triggered * `FIX` [#1228](https://github.com/sumneko/lua-language-server/issues/1228) |