summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-12-02 21:34:03 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-12-02 21:34:03 +0800
commit949666e808b3e75b002958cddf663b2b0d1856aa (patch)
tree1810613c8fb582a991497929c277d69ebeea7ad5
parent4d3ad397a84f4609f22fda6969c115a2abe5a0dd (diff)
downloadlua-language-server-949666e808b3e75b002958cddf663b2b0d1856aa.zip
update change log
-rw-r--r--changelog.md8
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`