summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-01-06 20:34:12 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-01-06 20:34:12 +0800
commitf90d92b0434d7bcafda41503b1b8be64d310a782 (patch)
treee90071bd63b62f7fd784e28ba1364bc4a5755475 /changelog.md
parentee6ffc5aa0d1c0e412ad17f5273d0cd31dfbf375 (diff)
downloadlua-language-server-f90d92b0434d7bcafda41503b1b8be64d310a782.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 7a6afdf7..e22ba0a3 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,6 +4,7 @@
* `NEW` supports multi-workspace in server side, for developers of language clients, please [read here](https://github.com/sumneko/lua-language-server/wiki/Multi-workspace-supports) to learn more.
* `NEW` setting: `Lua.hint.arrayIndex`
* `CHG` diagnostic: smoother
+* `CHG` completion: can be triggered in `LuaDoc` and strings
* `FIX` [#879](https://github.com/sumneko/lua-language-server/issues/879)
* `FIX` [#884](https://github.com/sumneko/lua-language-server/issues/884)
* `FIX` [#885](https://github.com/sumneko/lua-language-server/issues/885)