summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-07-11 21:03:16 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-07-11 21:03:16 +0800
commitbaecde8be338fbf2118b2064a8d64c1d5734bb9a (patch)
treefc9ff40dc93f87a2ac5be7b7e9267a2da52054fe /changelog.md
parent2469dbae153066fad83edcced82f17aee77d0a9f (diff)
downloadlua-language-server-baecde8be338fbf2118b2064a8d64c1d5734bb9a.zip
resolve #1066
dose not show unknown `---@XXX` as description
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index cc012db3..702b06f6 100644
--- a/changelog.md
+++ b/changelog.md
@@ -24,6 +24,7 @@
* `_ENV = nil`: disable all globals
* `_ENV = {}`: allow all globals
* `_ENV = {} ---@type mathlib`: only allow globals in `mathlib`
+* `CHG` hover: dose not show unknown `---@XXX` as description
* `FIX` [#880](https://github.com/sumneko/lua-language-server/issues/880)
* `FIX` [#1284](https://github.com/sumneko/lua-language-server/issues/1284)
* `FIX` [#1292](https://github.com/sumneko/lua-language-server/issues/1292)