diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-16 21:50:29 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-16 21:50:29 +0800 |
commit | fa518d4f9522b38aca9478ac494e9523cca475f3 (patch) | |
tree | b82261ecb612e15c9fa9a8381839898dbab3149a /changelog.md | |
parent | cd6b80d6126a785c4407e118c13388db537d6bf3 (diff) | |
download | lua-language-server-fa518d4f9522b38aca9478ac494e9523cca475f3.zip |
fix #1057
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 54a5676f..772be9e4 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,7 @@ * `CHG` hover: split `local` into `local` / `parameter` / `upvalue` / `self`. * `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` runtime errors reported by telemetry, see [#1058](https://github.com/sumneko/lua-language-server/issues/1058) ## 3.0.2 |