diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-09-24 15:02:50 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-09-24 15:02:50 +0800 |
commit | 8870b6a8f8827c7eaa70f9663f754586aa2408fc (patch) | |
tree | 3532bbdc7f15c94532975b5ad556e3f233da1618 /changelog.md | |
parent | 05e9b84c2f9c0effbe5ae86c19fd390ba8067e17 (diff) | |
download | lua-language-server-8870b6a8f8827c7eaa70f9663f754586aa2408fc.zip |
resolve #639
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 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` |