summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-16 17:24:27 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-16 17:24:27 +0800
commitea1c5197c469779ba7cd18f1a8da5da9908f2149 (patch)
tree24e8332c50f247c7d66e4d4cdfe847e2e6b1d9c6 /changelog.md
parent2dd1bdb05cb317613cd634208953d8450acf4d52 (diff)
downloadlua-language-server-ea1c5197c469779ba7cd18f1a8da5da9908f2149.zip
fix #1218 don't compile `for` in `local`
would prevent compiling for other keys
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 22e7d1b3..2048c043 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,6 +4,7 @@
* `FIX` [#1213](https://github.com/sumneko/lua-language-server/issues/1213)
* `FIX` [#1215](https://github.com/sumneko/lua-language-server/issues/1215)
* `FIX` [#1217](https://github.com/sumneko/lua-language-server/issues/1217)
+* `FIX` [#1218](https://github.com/sumneko/lua-language-server/issues/1218)
## 3.3.0
`2022-6-15`