summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-26 19:54:40 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-26 19:54:40 +0800
commit9dbd786126595a058c2e2afd81047abb7e301715 (patch)
tree9838135af0ff1e6e94213ed7e89bdfa29e5ae3ce /changelog.md
parent2896a055dc7e8b8e1cf711a98b12ac633328d974 (diff)
downloadlua-language-server-9dbd786126595a058c2e2afd81047abb7e301715.zip
fix `unused-function`
cannot handle recursion correctly
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 080bf34e..0b8fd84c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,7 @@
# changelog
## 3.2.2
+* `FIX` diagnostic: `unused-function` cannot handle recursion correctly
* `FIX` [#1093](https://github.com/sumneko/lua-language-server/issues/1093)
* `FIX` runtime errors reported by telemetry, see [#1091](https://github.com/sumneko/lua-language-server/issues/1091)