summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-16 03:56:56 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-16 03:56:56 +0800
commitb96fcdde819031b20c49e2070a3aaf070fb74088 (patch)
tree7e214de44b1f11e1183257472277c3cba4b7a17b /changelog.md
parent6c5594a2026604d47d3c94ae07d0514b6616d63b (diff)
downloadlua-language-server-b96fcdde819031b20c49e2070a3aaf070fb74088.zip
#1058 fix runtime errors
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
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`