summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-26 21:28:33 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-26 21:28:33 +0800
commit32f85a5757c6fca2529e287a58d358da54a422e4 (patch)
tree2291611aed343480e51fde73a84eee6eaaf71736 /changelog.md
parenteb0735fd4cb9530dfa6534d7424d08155e4fb619 (diff)
downloadlua-language-server-32f85a5757c6fca2529e287a58d358da54a422e4.zip
fix #1092
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 0b8fd84c..0ff20cc4 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,7 @@
## 3.2.2
* `FIX` diagnostic: `unused-function` cannot handle recursion correctly
+* `FIX` [#1092](https://github.com/sumneko/lua-language-server/issues/1092)
* `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)