diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-03 18:36:58 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-03 18:36:58 +0800 |
commit | 74478473d38bbe4809d1e2bc4f82376085a65153 (patch) | |
tree | 12d8dea4e9eb3f471b51cdff7a08e2106f54cfa7 /changelog.md | |
parent | 6c20773e98ef9028dc543242b12a9a6a8e836cd1 (diff) | |
download | lua-language-server-74478473d38bbe4809d1e2bc4f82376085a65153.zip |
#687 supports `utf-8-offsets`
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 1c46de32..b36642fd 100644 --- a/changelog.md +++ b/changelog.md @@ -13,6 +13,7 @@ + `await-in-sync`: check whether calls async function in sync function. disabled by default. + `discard-returns`: check whether the return value is discarded * `NEW` locale `pt-br`, thanks [Jeferson Ferreira](https://github.com/jefersonf) +* `NEW` supports [utf-8-offsets](https://clangd.llvm.org/extensions#utf-8-offsets) * `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) |