diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-14 12:15:50 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-14 12:15:50 +0800 |
commit | d01289e9bf88270e593e48f9a454097592be974b (patch) | |
tree | 27aecb00b79ab44e3ad2ba25f1cbb39f99a0fb8b /changelog.md | |
parent | 2a7333102a87bb55805ad83f443736545a825aab (diff) | |
download | lua-language-server-d01289e9bf88270e593e48f9a454097592be974b.zip |
fix #291
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 1ee36b8c..2ecbf4db 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,7 @@ ## 1.7.0 * `CHG` diagnostic: `unused-function` ignores function with `<close>` * `FIX` semantic: tokens may not be updated correctly +* `FIX` [#291](https://github.com/sumneko/lua-language-server/issues/291) ## 1.6.0 `2020-12-14` |