diff options
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 |