diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-03 16:49:43 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-03 16:49:46 +0800 |
commit | 07d99d97c0612608829d001b80773b1619de9a90 (patch) | |
tree | 791e6ede2cd14e426e4401de52e842ee35fb578d /changelog.md | |
parent | 696fde0354eb955ff631c985eedd076af0d72a4f (diff) | |
download | lua-language-server-07d99d97c0612608829d001b80773b1619de9a90.zip |
unbalanced-assignments
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 8c40cd66..1c881066 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,7 @@ * `NEW` setting `hover.previewFields`: limit how many fields are shown in table hover * `NEW` fully supports `---@type Object[]` * `NEW` supports `---@see` +* `NEW` diagnostic `unbalanced-assignments` * `CHG` resolves infer of `string|table` * `CHG` `unused-local` ignores local with `---@class` * `CHG` locale file format changes to `lua` @@ -72,7 +73,7 @@ ## 1.0.6 `2020-11-20` -* `NEW` `code-after-break` +* `NEW` diagnostic `code-after-break` * `CHG` optimize performance * `CHG` updated language client * `CHG` `unused-function` ignores global functions (may used out of Lua) |