diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index ff65b5d8..c9b64e0f 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,11 @@ * `param-type-mismatch` * `unknown-cast-variable` * `cast-type-mismatch` +* `NEW` settings: + * `diagnostics.groupSeverity` + * `diagnostics.groupFileStatus` + * `type.castNumberToInteger` + * `type.weakUnionCheck` * `CHG` infer `nil` as redundant return value ```lua local function f() end |