diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-16 03:56:56 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-16 03:56:56 +0800 |
commit | b96fcdde819031b20c49e2070a3aaf070fb74088 (patch) | |
tree | 7e214de44b1f11e1183257472277c3cba4b7a17b /changelog.md | |
parent | 6c5594a2026604d47d3c94ae07d0514b6616d63b (diff) | |
download | lua-language-server-b96fcdde819031b20c49e2070a3aaf070fb74088.zip |
#1058 fix runtime errors
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 1db4aecd..6455926d 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` runtime errors reported by telemetry, see [#1058](https://github.com/sumneko/lua-language-server/issues/1058) ## 3.0.2 `2022-4-15` |