summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-28 15:12:57 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-28 15:12:57 +0800
commit599b44716801aea385e5726a37c788cdf674f78a (patch)
treee9c6ab184c87113355a8e39e37041a2bb198f1f5 /changelog.md
parentd5327b0fc28e638ff79845846981358938deb9f2 (diff)
downloadlua-language-server-599b44716801aea385e5726a37c788cdf674f78a.zip
fix #1242
wrong `sindex` in multi-assign which last exp is `call` or `varargs`
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 6f3ec93d..a4b7c2fb 100644
--- a/changelog.md
+++ b/changelog.md
@@ -45,6 +45,7 @@
* `FIX` sometimes workspace diagnostics are not triggered
* `FIX` [#1228](https://github.com/sumneko/lua-language-server/issues/1228)
* `FIX` [#1229](https://github.com/sumneko/lua-language-server/issues/1229)
+* `FIX` [#1242](https://github.com/sumneko/lua-language-server/issues/1242)
## 3.3.1
`2022-6-17`