summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-07-14 17:13:28 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-07-14 17:13:28 +0800
commitf0fd80ee70928ba27775c0fe40de30c7b936bdb0 (patch)
tree34d5ddd8c3edbdc2725a99b37543bcc268e4999c /changelog.md
parent826175b57368d6daace55cec051aba2aba8ab019 (diff)
downloadlua-language-server-f0fd80ee70928ba27775c0fe40de30c7b936bdb0.zip
fix loading workspace may hang
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 7eafe189..4ffb00c5 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,6 +3,7 @@
## 2.3.0
* `NEW` `VSCode`: click the status bar icon to operate:
* run workspace diagnostics
+* `FIX` loading workspace may hang
* `FIX` `debug.getuservalue` and `debug.setuservalue` should not exist in `Lua 5.1`
* `FIX` infer of `---@type class[][]`
* `FIX` infer of `---@type {}[]`