From fa7375775e97d68ce7507b0c7e50eced84bab2ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Sat, 25 Jun 2022 03:48:33 +0800 Subject: add 2 type related settings `type.castNumberToInteger` and `type.weakUnionCheck` --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'changelog.md') 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 -- cgit v1.2.3