diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-02-26 17:20:07 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-02-26 17:20:07 +0800 |
commit | 7d262e90464e3feea872393da48def8d22ec97a9 (patch) | |
tree | 155f2f16d80716ba681dccb162011e82637f0e53 /changelog.md | |
parent | 0ded390ce1b477e62963e8e67488b00ba8427a35 (diff) | |
download | lua-language-server-7d262e90464e3feea872393da48def8d22ec97a9.zip |
improve ipairs
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index bf9540f2..f3c2511d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,8 @@ # changelog ## 1.17.1 -* `CHG` intelli-scense: improve infer cross `table<K, V>`, which `K` and `V` is generic. -* `CHG` intelli-scense: improve infer cross `pairs` +* `CHG` intelli-scense: improve infer across `table<K, V>` and `V[]`. +* `CHG` intelli-scense: improve infer across `pairs` and `ipairs` * `FIX` [#398](https://github.com/sumneko/lua-language-server/issues/398) ## 1.17.0 |