diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-02 21:34:03 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-02 21:34:03 +0800 |
commit | 949666e808b3e75b002958cddf663b2b0d1856aa (patch) | |
tree | 1810613c8fb582a991497929c277d69ebeea7ad5 | |
parent | 4d3ad397a84f4609f22fda6969c115a2abe5a0dd (diff) | |
download | lua-language-server-949666e808b3e75b002958cddf663b2b0d1856aa.zip |
update change log
-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` |