diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-09-27 18:17:01 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-09-27 18:17:01 +0800 |
commit | 8d319e07d95274c53ca7ee19dada6046cc015f97 (patch) | |
tree | a09cdf75ff8018fd74cd57348eebec0f80b28734 /changelog.md | |
parent | 01f2b4679667384223bc3e2c3275fe7164b622be (diff) | |
download | lua-language-server-8d319e07d95274c53ca7ee19dada6046cc015f97.zip |
no longer infer by usage
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 73fb8878..6dd5f965 100644 --- a/changelog.md +++ b/changelog.md @@ -14,6 +14,7 @@ * `CHG` hover: improve showing multi comments at enums * `CHG` hint: `Lua.hint.paramName` now supports `Disable`, `Literal` and `All` * `CHG` only search first file by `require` +* `CHG` no longer infer by usage * `CHG` no longer ignore file names case in Windows * `CHG` watching library changes * `CHG` completion: improve misspelling results |