diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-14 16:20:49 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-14 16:20:49 +0800 |
commit | 21415e0ae416c8814b125fb3e2c74a293290693a (patch) | |
tree | 24ef579126d07df4e16c9199454bebae3fca0e23 /changelog.md | |
parent | 28ae01f4e7856c7879c1567a63feeb541526b973 (diff) | |
download | lua-language-server-21415e0ae416c8814b125fb3e2c74a293290693a.zip |
semantic not covers local call
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 2ecbf4db..14955980 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## 1.7.0 * `CHG` diagnostic: `unused-function` ignores function with `<close>` +* `CHG` semantic: not cover local call * `FIX` semantic: tokens may not be updated correctly * `FIX` [#291](https://github.com/sumneko/lua-language-server/issues/291) |