summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-26 00:11:55 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-26 00:11:55 +0800
commited64703ef9fec2b1c6736a0deb68bd567875a654 (patch)
treec46cc9347c00d8d55fe9a0b97a17ae629f474c8c /changelog.md
parent2c6f0f9bf83f9a44c466aaf0d45ed9f8eab6c117 (diff)
downloadlua-language-server-ed64703ef9fec2b1c6736a0deb68bd567875a654.zip
#1207 supports `---@return boolean ...`
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 5c99dd5e..20b73e9f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -33,6 +33,7 @@
---@type { x: fun():boolean; y: boolean }
---@type { (x: fun():boolean), y: boolean }
```
+* `CHG` supports `---@return boolean ...`
* `CHG` improve experience for diagnostics and semantic-tokens
* `FIX` diagnostics flash when opening a file
* `FIX` sometimes workspace diagnostics are not triggered