diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-14 16:59:24 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-14 16:59:24 +0800 |
commit | 826175b57368d6daace55cec051aba2aba8ab019 (patch) | |
tree | ae8e26eab9c0c4fec06dbc3d88d0ba28d28ebe5a /changelog.md | |
parent | 4ddea4e9386ab0b0ec9583e6c468b52a0d7a8958 (diff) | |
download | lua-language-server-826175b57368d6daace55cec051aba2aba8ab019.zip |
fix #597
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 343422e9..7eafe189 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ * `FIX` `debug.getuservalue` and `debug.setuservalue` should not exist in `Lua 5.1` * `FIX` infer of `---@type class[][]` * `FIX` infer of `---@type {}[]` +* `FIX` [#597](https://github.com/sumneko/lua-language-server/issues/597) ## 2.2.3 `2021-7-9` |