diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-22 02:18:20 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-22 02:18:20 +0800 |
commit | b85ff57a116fb252a0da35e525264e0940af88c7 (patch) | |
tree | f347bf477a6e8294e6f8601e8a5bbacb8e77c9d7 /changelog.md | |
parent | 264a3dbd41121ea975f934a6281a2b0781507fe0 (diff) | |
download | lua-language-server-b85ff57a116fb252a0da35e525264e0940af88c7.zip |
fix `unused-function` does not recognize recursion
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 e8fa5afb..667276e2 100644 --- a/changelog.md +++ b/changelog.md @@ -24,6 +24,7 @@ local y = x--[[@as integer]] -- y is `integer` here ``` * `CHG` diagnostic: no longer mark `redundant-parameter` as `Unnecessary` +* `FIX` diagnostic: `unused-function` does not recognize recursion * `FIX` [#1051](https://github.com/sumneko/lua-language-server/issues/1051) * `FIX` [#1072](https://github.com/sumneko/lua-language-server/issues/1072) * `FIX` [#1077](https://github.com/sumneko/lua-language-server/issues/1077) |