diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-25 03:48:33 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-25 03:48:33 +0800 |
commit | fa7375775e97d68ce7507b0c7e50eced84bab2ac (patch) | |
tree | 6e54e79cc4f8b4b1cdf6e97c8bad09db09673902 /changelog.md | |
parent | 711c5d44484366ac80d02ff42fc8fab908b10739 (diff) | |
download | lua-language-server-fa7375775e97d68ce7507b0c7e50eced84bab2ac.zip |
add 2 type related settings
`type.castNumberToInteger` and `type.weakUnionCheck`
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 |