summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-07-05 21:15:08 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-07-05 21:15:08 +0800
commit48c53a36c6bad6662aabc8af98fb58d54ad9a498 (patch)
treefc2cfcfdfbb761f810d43030b3f948cae86f00c7 /changelog.md
parent55166a406c56de8fe9f6932fabf9ca1c3cca469a (diff)
downloadlua-language-server-48c53a36c6bad6662aabc8af98fb58d54ad9a498.zip
resolve #1065 show detail for `doc.type.table`
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index 14cf621e..33ded285 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,9 @@
# changelog
## 3.5.0
-* `CHG` `---@diagnostic disable: <ERR_NAME>` can suppress syntax errors
-* `CHG` `completion.callSnippet` no longer generate parameter types
+* `CHG` diagnostic: `---@diagnostic disable: <ERR_NAME>` can suppress syntax errors
+* `CHG` completion: `completion.callSnippet` no longer generate parameter types
+* `CHG` hover: show `---@type {x: number, y: number}` as detail instead of `table`
* `FIX` [#1278](https://github.com/sumneko/lua-language-server/issues/1278)
## 3.4.1