diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-07-07 19:25:05 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-07-07 19:25:05 +0800 |
commit | 488471b7f810651fc451457123e897c30fbfb131 (patch) | |
tree | 8253670352f8f78f72bad7b3a9adcf10e4755542 /changelog.md | |
parent | 2bbaf3edc4ce1f71233dcd0a535474c6fcf86fae (diff) | |
download | lua-language-server-488471b7f810651fc451457123e897c30fbfb131.zip |
fix #880
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 6ba54a96..4a16c17b 100644 --- a/changelog.md +++ b/changelog.md @@ -15,6 +15,7 @@ * `unknown-operator` * `NEW` settings: * `diagnostics.unusedLocalExclude` +* `FIX` [#880](https://github.com/sumneko/lua-language-server/issues/880) * `FIX` [#1284](https://github.com/sumneko/lua-language-server/issues/1284) * `FIX` [#1292](https://github.com/sumneko/lua-language-server/issues/1292) * `FIX` [#1294](https://github.com/sumneko/lua-language-server/issues/1294) |