diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-02 15:08:07 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-02 15:08:07 +0800 |
commit | d7e96432ccd7f736c0f269ccca68cf4b840927db (patch) | |
tree | 4553b30cfdba02b603e9ed73edbdbca0fd9c3525 /changelog.md | |
parent | 310b96f3e4b285a3a8422745ab01a32ca144e91a (diff) | |
download | lua-language-server-d7e96432ccd7f736c0f269ccca68cf4b840927db.zip |
resolve #747 `LuaDoc` supports unicode
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
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) |