summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
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