diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-04 11:16:03 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-04 11:16:03 +0800 |
commit | 9a05e36904e91008aa9314a83e476130a1e7c277 (patch) | |
tree | f7d52bab3b8fcb2d8d928b174ebb9000d5d9f6bb /changelog.md | |
parent | 83975e739d6ed07fee0bf64f7cbf0be00d5afcc7 (diff) | |
download | lua-language-server-9a05e36904e91008aa9314a83e476130a1e7c277.zip |
completion: improve workspace words
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 00757ca6..6b9d4833 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,7 @@ ## 1.10.0 * `NEW` workspace: supports `.dll`(`.so`) in `require` * `CHG` supports `~` in command line +* `CHG` completion: improve workspace words * `FIX` [#339](https://github.com/sumneko/lua-language-server/issues/339) ## 1.9.0 |