diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-22 19:12:45 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-22 19:12:45 +0800 |
commit | 9091e064ab23b6b158551a4d256b65b033cb1688 (patch) | |
tree | cccfe054421dee937fb46390c70ba48869e5d7a1 /changelog.md | |
parent | 79f76ed6611701ca5994fe110eb09e9309499918 (diff) | |
download | lua-language-server-9091e064ab23b6b158551a4d256b65b033cb1688.zip |
stash
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index f0a43feb..8777103f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,12 @@ # changelog ## 3.4.0 +* `NEW` diagnostics: + * `cast-local-type` + * `assign-type-mismatch` + * `param-type-mismatch` + * `unknown-cast-variable` + * `cast-type-mismatch` * `CHG` infer `nil` as redundant return value ```lua local function f() end |