summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-10-19 16:51:29 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-10-19 16:51:29 +0800
commit7b31421a7a1dcd2cb35f0350617608341b05bc91 (patch)
tree06dca7272eb5af107a6a8d6f2e9a3a3ec87721e1 /changelog.md
parent518b602b44aff0b4174c3f71b30a17cc6ef9feb7 (diff)
downloadlua-language-server-7b31421a7a1dcd2cb35f0350617608341b05bc91.zip
update changelog
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 9e7d4429..23da8fa2 100644
--- a/changelog.md
+++ b/changelog.md
@@ -35,6 +35,7 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`.
* `missing-return-value`
* `redundant-return-value`
* `return-type-mismatch`
+* `CHG` workspace-symbol: supports chain fields based on global variables and types. try `io.open` or `iolib.open`
* `FIX` [#1567]
* `FIX` [#1593]
* `FIX` [#1595]