diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-02 11:26:38 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-02 11:26:38 +0800 |
commit | a54cf496a457bcfff19d8b47fd4792b824c00340 (patch) | |
tree | 4f218e75ea08cb1ddb63e62d80af119db93604ba /changelog.md | |
parent | eb0b1581f02cc4ef2ba88980a0e55f52ee941399 (diff) | |
download | lua-language-server-a54cf496a457bcfff19d8b47fd4792b824c00340.zip |
resolve #508 supports utf16
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 c01da4bb..da7eaa89 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,7 @@ * `NEW` setting `Lua.runtime.pathStrict` * `NEW` skip huge files (>= 10 MB) * `NEW` add supports of `lovr` +* `NEW` file encoding supports `utf16le` and `utf16be` * `CHG` no longer asks to trust plugin in VSCode, because VSCode already provides the workspace trust feature * `FIX` [#778](https://github.com/sumneko/lua-language-server/issues/778) |