diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-14 11:06:52 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-14 11:06:52 +0800 |
commit | 49b100eaba1103630d61bae796eb7ebd4c31883c (patch) | |
tree | 3491456bcf973ff8a206b9a89f3fccdcc0552d6d /changelog.md | |
parent | 035f4393ab98b0de30650af94375d9c5e2fe07c1 (diff) | |
download | lua-language-server-49b100eaba1103630d61bae796eb7ebd4c31883c.zip |
semantic tokens update
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 d7a1755c..1ee36b8c 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## 1.7.0 * `CHG` diagnostic: `unused-function` ignores function with `<close>` +* `FIX` semantic: tokens may not be updated correctly ## 1.6.0 `2020-12-14` |