summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-08-23 14:58:17 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-08-23 14:58:17 +0800
commit22d7f6c23be209c7b5de149f18efa850f84915f1 (patch)
treeeb5d6feeba3f37bb9c704c2c8f418cff40c8da3f /changelog.md
parentfdab3eaed0f5e3e85252d5126e1f1927b633c80d (diff)
downloadlua-language-server-22d7f6c23be209c7b5de149f18efa850f84915f1.zip
resolve #624 `different-requires`
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index ed39ed42..f5f9eac0 100644
--- a/changelog.md
+++ b/changelog.md
@@ -6,6 +6,8 @@
+ `Lua.diagnostics.ignoredFiles`
+ `Lua.completion.showWord`
+ `Lua.completion.requireSeparator`
+* `NEW` diagnostics:
+ + `different-requires`
* `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`