diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-10 03:12:05 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-10 03:12:05 +0800 |
commit | 4e0a890060aea1eb54b14b3a77cba8fc42ceeebb (patch) | |
tree | 0ba13f7a859f2ea850f09774936b15d3fb1d971c /changelog.md | |
parent | 88b155930b1fe6a8cf086c55ea3b108c8b1f0e73 (diff) | |
download | lua-language-server-4e0a890060aea1eb54b14b3a77cba8fc42ceeebb.zip |
supports `---@type (string|integer)[]`
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 61a81c69..d74b5716 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ + `type-check`: removed for now + `no-implicit-any`: renamed to `no-unknown` * `CHG` formatter: no longer need` --preview` +* `CHG` `LuaDoc`: supports `---@type (string|integer)[]` * `FIX` semantic: color of `function` * `FIX` [#1027](https://github.com/sumneko/lua-language-server/issues/1027) * `FIX` [#1028](https://github.com/sumneko/lua-language-server/issues/1028) |