diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-09-24 15:06:58 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-09-24 15:06:58 +0800 |
commit | 35ce57976db3b4c42193279dd55972ea013fecad (patch) | |
tree | fe35a326408e762711a31d3e803464f0c1a8468d | |
parent | a116c777779030fee63a0ea3a56c6c6f0000fabc (diff) | |
download | lua-language-server-35ce57976db3b4c42193279dd55972ea013fecad.zip |
fix #673
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 69dca83e..cdc1d294 100644 --- a/changelog.md +++ b/changelog.md @@ -22,6 +22,7 @@ * `FIX` hint: may show param-2 as `self` * `FIX` semantic: may fail when scrolling * `FIX` [#660](https://github.com/sumneko/lua-language-server/issues/660) +* `FIX` [#673](https://github.com/sumneko/lua-language-server/issues/673) ## 2.3.7 `2021-8-17` |