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 4a16c17b..8f76c0f6 100644 --- a/changelog.md +++ b/changelog.md @@ -15,6 +15,11 @@ * `unknown-operator` * `NEW` settings: * `diagnostics.unusedLocalExclude` +* `CHG` support multi-type: + ```lua + ---@type number, _, boolean + local a, b, c -- `a` is `number`, `b` is `unknown`, `c` is `boolean` + ``` * `FIX` [#880](https://github.com/sumneko/lua-language-server/issues/880) * `FIX` [#1284](https://github.com/sumneko/lua-language-server/issues/1284) * `FIX` [#1292](https://github.com/sumneko/lua-language-server/issues/1292) |