diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-03-01 20:57:30 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-03-01 20:57:30 +0800 |
commit | 39e74b505b381cff35898051f96042f1c9109029 (patch) | |
tree | 33f63199da2de863112c89dd8c0647c391354afe /changelog.md | |
parent | 916820f8d3657ab256cf18144055a0ff31e55412 (diff) | |
download | lua-language-server-39e74b505b381cff35898051f96042f1c9109029.zip |
fix #422 search ref across `doc.return`
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 f7d2a292..29a0f371 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,7 @@ * `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) +* `FIX` [#422](https://github.com/sumneko/lua-language-server/issues/422) ## 1.17.0 `2021-2-24` |