diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md index d37ada6b..d0518f16 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,10 @@ # changelog -## 1.3.1 +## 1.4.0 * `NEW` setting `hover.previewFields`: limit how many fields are shown in table hover -* `NEW` fully support `---@type Object[]` -* `CHG` resolve infer of `string|table` -* `CHG` `unused-local` ignored local with `---@class` +* `NEW` fully supports `---@type Object[]` +* `CHG` resolves infer of `string|table` +* `CHG` `unused-local` ignores local with `---@class` ## 1.3.0 `2020-12-1` |