summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-10-26 10:31:57 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-10-26 10:31:57 +0800
commit2d931bc7481e0bfbac29a06fd1f317e4f05eb702 (patch)
tree6ee9f8b9a461207280dedf1751f86b96552bffed
parent40c8d318c51c51be71e3fff38c4f4a3b40f76f76 (diff)
downloadlua-language-server-2d931bc7481e0bfbac29a06fd1f317e4f05eb702.zip
diagnostic: `redundant-return`
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 312e9ed8..ac1006b1 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,7 @@
# changelog
## 2.4.6
+* `NEW` diagnostic: `redundant-return`
* `FIX` [#744](https://github.com/sumneko/lua-language-server/issues/744)
* `FIX` [#748](https://github.com/sumneko/lua-language-server/issues/748)
* `FIX` [#749](https://github.com/sumneko/lua-language-server/issues/749)