summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-23 20:08:28 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-23 20:08:28 +0800
commit43c434b741014229ef9a38a757698fb65e53365a (patch)
treea51de48dc022484e63b048dd1ee7267c972782e7 /changelog.md
parent25e076d4baa0a47a376d0ed647c68c56b817c88b (diff)
downloadlua-language-server-43c434b741014229ef9a38a757698fb65e53365a.zip
cleanup
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
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)