diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-16 22:11:23 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-16 22:11:23 +0800 |
commit | 12b087704082f6d2278c8eb06bd9ac3e7f014c1a (patch) | |
tree | 9ff1a55f036a0c125adf9eaf914c1324b236b3ad /changelog.md | |
parent | fa518d4f9522b38aca9478ac494e9523cca475f3 (diff) | |
download | lua-language-server-12b087704082f6d2278c8eb06bd9ac3e7f014c1a.zip |
fix #1061
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 772be9e4..97575790 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ * `CHG` hover: added parentheses to some words, such as `global` / `field` / `class`. * `FIX` definition of `table<k, v>` * `FIX` [#1057](https://github.com/sumneko/lua-language-server/issues/1057) +* `FIX` [#1061](https://github.com/sumneko/lua-language-server/issues/1061) * `FIX` runtime errors reported by telemetry, see [#1058](https://github.com/sumneko/lua-language-server/issues/1058) ## 3.0.2 |