diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-04 18:41:51 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-04 18:41:51 +0800 |
commit | e39b4a734ec3b4e769a584601f522ba4e5a84a99 (patch) | |
tree | 9c7270645b104d02a4331a2a1d954b5473aed9d0 /changelog.md | |
parent | a9c1b4135f3467a195c72ddceb393fa850399078 (diff) | |
download | lua-language-server-e39b4a734ec3b4e769a584601f522ba4e5a84a99.zip |
completion: split `for .. in`
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 6ad9d8e4..aac275e2 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ * `CHG` supports `~` in command line * `CHG` completion: improve workspace words * `CHG` completion: show words in string +* `CHG` completion: split `for .. in` to `for .. ipairs` and `for ..pairs` * `FIX` [#339](https://github.com/sumneko/lua-language-server/issues/339) ## 1.9.0 |