summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-09-24 15:02:50 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-09-24 15:02:50 +0800
commit8870b6a8f8827c7eaa70f9663f754586aa2408fc (patch)
tree3532bbdc7f15c94532975b5ad556e3f233da1618 /changelog.md
parent05e9b84c2f9c0effbe5ae86c19fd390ba8067e17 (diff)
downloadlua-language-server-8870b6a8f8827c7eaa70f9663f754586aa2408fc.zip
resolve #639
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 7d46a108..8d897903 100644
--- a/changelog.md
+++ b/changelog.md
@@ -8,6 +8,7 @@
+ `Lua.completion.requireSeparator`
* `NEW` diagnostics:
+ `different-requires`
+* `NEW` supports `---@CustomClass<string, number>`
* `CHG` hover: improve showing multi defines
* `CHG` hover: improve showing multi comments at enums
* `CHG` hint: `Lua.hint.paramName` now supports `Disable`, `Literal` and `All`