summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-22 19:12:45 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-22 19:12:45 +0800
commit9091e064ab23b6b158551a4d256b65b033cb1688 (patch)
treecccfe054421dee937fb46390c70ba48869e5d7a1 /changelog.md
parent79f76ed6611701ca5994fe110eb09e9309499918 (diff)
downloadlua-language-server-9091e064ab23b6b158551a4d256b65b033cb1688.zip
stash
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md6
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