diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-15 00:15:15 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-15 00:15:15 +0800 |
commit | 767db22f89459bad7e466d0e467f72f43f0c2046 (patch) | |
tree | fc4fb1589194709891d9ee188e62c334f1a70a32 /changelog.md | |
parent | 54a488b7d5899d412ad37083dca1ef3728a7cdba (diff) | |
download | lua-language-server-767db22f89459bad7e466d0e467f72f43f0c2046.zip |
#1208 fix runtime error
`attempt to concatenate a boolean value (local 'lastKey')`
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index bc16e3b7..c8ce498c 100644 --- a/changelog.md +++ b/changelog.md @@ -11,7 +11,7 @@ * `FIX` with clients that support LSP 3.17 (VSCode), workspace diagnostics are triggered every time when opening a file. * `FIX` [#1204](https://github.com/sumneko/lua-language-server/issues/1204) -## 3.2.51204 +## 3.2.5 `2022-6-9` * `NEW` provide config docs in `LUA_LANGUAGE_SERVER/doc/` * `FIX` [#1148](https://github.com/sumneko/lua-language-server/issues/1148) |