summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-11-02 17:59:54 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-11-02 17:59:54 +0800
commitc16264eac3b25f6f2bce14b0504071787bd2bc54 (patch)
tree25a76c376b0bcb244e1281ff89afd5aa55600615 /changelog.md
parenta1fc6ac2f84804d3dbbde2ce5df02907f496ce7f (diff)
downloadlua-language-server-c16264eac3b25f6f2bce14b0504071787bd2bc54.zip
#687 await-in-sync
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 963a236c..ff4a8b19 100644
--- a/changelog.md
+++ b/changelog.md
@@ -8,6 +8,8 @@
* `NEW` file encoding supports `utf16le` and `utf16be`
* `NEW` `LuaDoc` annotations:
+ `---@async`: mark a function as async
+* `NEW` diagnostics:
+ + `await-in-sync`: check if calls async function in sync function. disabled by default.
* `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)