diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-03-01 19:56:04 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-03-01 19:56:04 +0800 |
commit | 916820f8d3657ab256cf18144055a0ff31e55412 (patch) | |
tree | 267299173ce7f87db064b3a4e983ff2b52e18d70 /changelog.md | |
parent | d529a504b11eaea920df4a14a5da6972e3030eca (diff) | |
download | lua-language-server-916820f8d3657ab256cf18144055a0ff31e55412.zip |
fix #421 keep order
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 f3c2511d..f7d2a292 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,7 @@ * `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) +* `FIX` [#421](https://github.com/sumneko/lua-language-server/issues/421) ## 1.17.0 `2021-2-24` |