summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-11-03 18:04:12 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-11-03 18:04:12 +0800
commit6c20773e98ef9028dc543242b12a9a6a8e836cd1 (patch)
tree0e18800a88037642ae751bbcde70a65e0b13ee94 /changelog.md
parent34e9d5a1d5ec20ef180dfcc8085c6c3747d67a2e (diff)
downloadlua-language-server-6c20773e98ef9028dc543242b12a9a6a8e836cd1.zip
update changelog
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 c1ee6dcb..1c46de32 100644
--- a/changelog.md
+++ b/changelog.md
@@ -12,6 +12,7 @@
* `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
+* `NEW` locale `pt-br`, thanks [Jeferson Ferreira](https://github.com/jefersonf)
* `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)