diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-17 18:34:56 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-17 18:34:56 +0800 |
commit | a3799601ff7eff899667674c56c635c6a4c71ebc (patch) | |
tree | 957d97836bb60e20892bf0605428da90d6848b30 /changelog.md | |
parent | 66de37c58ee8cfb336b8f3d17f97d7f05f210f6d (diff) | |
download | lua-language-server-a3799601ff7eff899667674c56c635c6a4c71ebc.zip |
fix #994
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 fcd8ebcb..85250b92 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,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` [#994](https://github.com/sumneko/lua-language-server/issues/994) * `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) |