summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-17 14:38:25 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-17 14:38:25 +0800
commitdc8bf9d26b7da407d11c6b82bc27fe667cb36c8b (patch)
tree3c80bd60c1db7d33d62c4df08d20a67fac49d87e /changelog.md
parentea1c5197c469779ba7cd18f1a8da5da9908f2149 (diff)
downloadlua-language-server-dc8bf9d26b7da407d11c6b82bc27fe667cb36c8b.zip
fix #1220 keep settings compatible
`table<string, any>` -> `string[]`
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 2048c043..436370c9 100644
--- a/changelog.md
+++ b/changelog.md
@@ -5,6 +5,7 @@
* `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)
+* `FIX` [#1220](https://github.com/sumneko/lua-language-server/issues/1220)
## 3.3.0
`2022-6-15`