diff options
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` |