summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-28 19:09:39 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-28 19:09:39 +0800
commit7e778b31476831864dff995ae3ae4e5f223c5726 (patch)
treeb570499b7b70014067d9e5cd737088df474b7c76 /changelog.md
parent09cd9882be4b66f270c74516759844683832b1d4 (diff)
downloadlua-language-server-7e778b31476831864dff995ae3ae4e5f223c5726.zip
new diag `return-type-mismatch`
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 914d17d6..0d25a274 100644
--- a/changelog.md
+++ b/changelog.md
@@ -10,6 +10,7 @@
* `missing-return-value`
* `redundant-return-value`
* `missing-return`
+ * `return-type-mismatch`
* `NEW` settings:
* `diagnostics.groupSeverity`
* `diagnostics.groupFileStatus`