diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-27 03:44:37 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-27 03:44:37 +0800 |
commit | 9ae440549ac70f39a489a8c6ce538b4c8c295e66 (patch) | |
tree | 8de83fccaa7398d57852ccdf0f3726cd4d8bd57f /changelog.md | |
parent | c8ea575b6df195336be0957dd60bae9b3acafb42 (diff) | |
download | lua-language-server-9ae440549ac70f39a489a8c6ce538b4c8c295e66.zip |
avoid sending empty results
empty results should convert to `clear diag`
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
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 |