diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-10 02:27:49 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-10 02:27:49 +0800 |
commit | 528c8073b4785a2a0cfd80466357d2ba252ed950 (patch) | |
tree | acf67e5980e6b63a1e96e759adab361470284a2b /changelog.md | |
parent | a3f5b1ceb2b6722a28671cb6e2633b3fc0ae6713 (diff) | |
download | lua-language-server-528c8073b4785a2a0cfd80466357d2ba252ed950.zip |
fix #1027
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 4a9413f7..61a81c69 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,7 @@ + `no-implicit-any`: renamed to `no-unknown` * `CHG` formatter: no longer need` --preview` * `FIX` semantic: color of `function` +* `FIX` [#1027](https://github.com/sumneko/lua-language-server/issues/1027) * `FIX` [#1028](https://github.com/sumneko/lua-language-server/issues/1028) ## 2.6.8 |