summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-22 22:14:50 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-22 22:14:50 +0800
commitb869212f67188176c904f4ea5b47ae94e90e747f (patch)
tree6345865d015bf15d7557ec0fdf68c84633f54d09 /changelog.md
parent3ef57391d605f1c72a81b9395d506823017c2693 (diff)
downloadlua-language-server-b869212f67188176c904f4ea5b47ae94e90e747f.zip
resolve `class[1]` by `---@field [integer] type`
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 40d7630d..eb1aaf78 100644
--- a/changelog.md
+++ b/changelog.md
@@ -24,6 +24,7 @@
local y = x--[[@as integer]] -- y is `integer` here
```
* `NEW` generic: resolve `T[]` by `table<integer, type>` or `---@field [integer] type`
+* `NEW` resolve `class[1]` by `---@field [integer] type`
* `NEW` diagnostic: `missing-parameter`
* `CHG` diagnostic: no longer mark `redundant-parameter` as `Unnecessary`
* `FIX` diagnostic: `unused-function` does not recognize recursion