diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-07-06 15:35:16 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-07-06 15:35:16 +0800 |
commit | eca994d10e4f069a4cc9348d27a4f3723a19f551 (patch) | |
tree | 31c2a61261dc939bc0b339e88fac4f41e2c4d5e5 /changelog.md | |
parent | 997109ebfd4e9ec2bd2b22cc8c35fd1e7cdf0b91 (diff) | |
download | lua-language-server-eca994d10e4f069a4cc9348d27a4f3723a19f551.zip |
resolve #1285 ignore `nil` in `getfield`
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 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` |