diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-02 20:11:30 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-02 20:11:30 +0800 |
commit | 830be2cab0d5e45a32606bb33eba216c72a9ca66 (patch) | |
tree | 9e400ab0c69e238d5966d9f23918e4353c5ff09e /changelog.md | |
parent | 5833c2aef04bd4704c86104275411ef330981f85 (diff) | |
download | lua-language-server-830be2cab0d5e45a32606bb33eba216c72a9ca66.zip |
fully support Doc.type.array
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 81fe54b1..9ef83946 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## 1.3.1 * `NEW` setting `hover.previewFields`: limit how many fields are shown in table hover +* `NEW` fully support `---@type Object[]` ## 1.3.0 `2020-12-1` |