summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-07-26 16:31:42 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-07-26 16:31:42 +0800
commit81f8421d586b292aaf40b0f2db468c2778677420 (patch)
tree54be264414448881dd98f66c98aa5778f40bfe39 /changelog.md
parent4c5b524bfef2591a0293960c26ff18c603243965 (diff)
downloadlua-language-server-81f8421d586b292aaf40b0f2db468c2778677420.zip
add some changelogs
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index d93a3008..87e8362e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,8 @@
# changelog
## 3.5.1
+* `NEW` supports [color](https://github.com/sumneko/lua-language-server/pull/1379)
+* `NEW` setting `Lua.runtime.pluginArgs`
* `CHG` setting `type.castNumberToInteger` default by `true`
* `CHG` improve supports for multi-workspace
* `FIX` [#1354](https://github.com/sumneko/lua-language-server/issues/1354)