diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-09-24 15:05:54 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-09-24 15:05:54 +0800 |
commit | a116c777779030fee63a0ea3a56c6c6f0000fabc (patch) | |
tree | 7d33541f01fe7d040009af8d35349e2b8a737be5 /changelog.md | |
parent | ba29b31eccde71832b97a2d01af6339e5e52a94a (diff) | |
download | lua-language-server-a116c777779030fee63a0ea3a56c6c6f0000fabc.zip |
resolve #663
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 00805c1b..69dca83e 100644 --- a/changelog.md +++ b/changelog.md @@ -17,6 +17,7 @@ * `CHG` watching library changes * `CHG` completion: improve misspelling results * `CHG` completion: `Lua.completion.displayContext` default to `0` +* `CHG` [#663](https://github.com/sumneko/lua-language-server/issues/663) * `FIX` runtime errors * `FIX` hint: may show param-2 as `self` * `FIX` semantic: may fail when scrolling |