summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-07-06 15:35:16 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-07-06 15:35:16 +0800
commiteca994d10e4f069a4cc9348d27a4f3723a19f551 (patch)
tree31c2a61261dc939bc0b339e88fac4f41e2c4d5e5 /changelog.md
parent997109ebfd4e9ec2bd2b22cc8c35fd1e7cdf0b91 (diff)
downloadlua-language-server-eca994d10e4f069a4cc9348d27a4f3723a19f551.zip
resolve #1285 ignore `nil` in `getfield`
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 906ffa5a..b462cf58 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,7 @@
# changelog
## 3.5.0
+* `CHG` diagnostic: `type-check` ignores `nil` in `getfield`
* `CHG` diagnostic: `---@diagnostic disable: <ERR_NAME>` can suppress syntax errors
* `CHG` completion: `completion.callSnippet` no longer generate parameter types
* `CHG` hover: show `---@type {x: number, y: number}` as detail instead of `table`