diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-08 17:38:17 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-08 17:38:17 +0800 |
commit | 90763c00c9960a8776e046c45a9f87d348ebc3d1 (patch) | |
tree | a8922b9f78a32a8b836a3b9359bc41791bfa0bdc /changelog.md | |
parent | 9744eb716f3b521f14331d4769925380c3dc3d84 (diff) | |
download | lua-language-server-90763c00c9960a8776e046c45a9f87d348ebc3d1.zip |
update changelog
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index b36642fd..e4c6d743 100644 --- a/changelog.md +++ b/changelog.md @@ -11,7 +11,8 @@ + `---@nodiscard`: the return value of the marking function cannot be discarded * `NEW` diagnostics: + `await-in-sync`: check whether calls async function in sync function. disabled by default. - + `discard-returns`: check whether the return value is discarded + + `not-yieldable`: check whether the function supports async functions as parameters. 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 |