summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-27 19:07:46 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-27 19:07:46 +0800
commitedc9797838506728ba65a50b94781ac99e3bdd86 (patch)
tree27aac9c1216cc2075621ad36da57183111cd6c22 /changelog.md
parentcae348536cef3f2f5f96c5821c7e45539aeff1cf (diff)
downloadlua-language-server-edc9797838506728ba65a50b94781ac99e3bdd86.zip
diagnostic `missing-return-value`
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 21a42be6..844f71d1 100644
--- a/changelog.md
+++ b/changelog.md
@@ -7,6 +7,7 @@
* `param-type-mismatch`
* `unknown-cast-variable`
* `cast-type-mismatch`
+ * `missing-return-value`
* `NEW` settings:
* `diagnostics.groupSeverity`
* `diagnostics.groupFileStatus`