summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-11-02 15:08:07 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-11-02 15:08:07 +0800
commitd7e96432ccd7f736c0f269ccca68cf4b840927db (patch)
tree4553b30cfdba02b603e9ed73edbdbca0fd9c3525 /changelog.md
parent310b96f3e4b285a3a8422745ab01a32ca144e91a (diff)
downloadlua-language-server-d7e96432ccd7f736c0f269ccca68cf4b840927db.zip
resolve #747 `LuaDoc` supports unicode
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 1bf21c38..12830ff8 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,6 +4,7 @@
* `NEW` setting `Lua.runtime.pathStrict`
* `NEW` add supports of `lovr`
* `NEW` file encoding supports `utf16le` and `utf16be`
+* `CHG` `LuaDoc` supports unicode
* `CHG` no longer asks to trust plugin in VSCode, because VSCode already provides the workspace trust feature
* `CHG` skip huge files (>= 10 MB)
* `FIX` [#778](https://github.com/sumneko/lua-language-server/issues/778)