diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-23 20:24:58 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-23 20:24:58 +0800 |
commit | d84b3137321e6d61e165b8450236c879aee6360f (patch) | |
tree | f5b8ecb9a68567cc39af2b5afb791066b0b65698 /changelog.md | |
parent | 6cbd142a48eec2eff2ffdc02a7bbf7b7ee6f0152 (diff) | |
download | lua-language-server-d84b3137321e6d61e165b8450236c879aee6360f.zip |
completion: improve misspelling results
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 f5f9eac0..16c31605 100644 --- a/changelog.md +++ b/changelog.md @@ -14,6 +14,7 @@ * `CHG` only search first file by `require` * `CHG` no longer ignore file names case in Windows * `CHG` watching library changes +* `CHG` completion: improve misspelling results * `FIX` runtime errors * `FIX` hint: may show param-2 as `self` |