summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-27 03:44:37 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-27 03:44:37 +0800
commit9ae440549ac70f39a489a8c6ce538b4c8c295e66 (patch)
tree8de83fccaa7398d57852ccdf0f3726cd4d8bd57f /changelog.md
parentc8ea575b6df195336be0957dd60bae9b3acafb42 (diff)
downloadlua-language-server-9ae440549ac70f39a489a8c6ce538b4c8c295e66.zip
avoid sending empty results
empty results should convert to `clear diag`
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index e24dae7d..d119a7a7 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
# changelog
+## 3.2.3
+* `FIX` diagnostic: send empty results to every file after startup
+
## 3.2.2
`2022-4-26`
* `FIX` diagnostic: `unused-function` cannot handle recursion correctly