diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-05 11:47:27 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-05 11:47:27 +0800 |
commit | e39fba474ab432265c9af4a66e2a1764cd0ca1d3 (patch) | |
tree | 8a87de2a2d09ea2bebc4e5d1ce6a947a480202c3 /changelog.md | |
parent | e6e7a510cc8a34be73c82d26f7313af5fc187748 (diff) | |
download | lua-language-server-e39fba474ab432265c9af4a66e2a1764cd0ca1d3.zip |
hover: tail comments may be cutted
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 8f5a3bdf..b519d3f5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,8 @@ # changelog ## 1.11.0 +* `CHG` completion: improve performance of workspace words +* `FIX` hover: tail comments may be cutted * `FIX` runtime errors ## 1.10.0 |