summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-09-29 15:12:43 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-09-29 15:12:43 +0800
commit5881d4846e20499d3dafe643f1a5fb355756ed7b (patch)
tree0990ad50a4ba1995a4ed3b0e26093906ffd41d0e /changelog.md
parentf0522c026acbe08be716aa751b548602604eb3e9 (diff)
downloadlua-language-server-5881d4846e20499d3dafe643f1a5fb355756ed7b.zip
#686
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 002cee3b..2462cb06 100644
--- a/changelog.md
+++ b/changelog.md
@@ -41,6 +41,7 @@
* `CHG` diagnostics:
+ `redundant-parameter` default severity to `Warning`
+ `redundant-value` default severity to `Warning`
+* `CHG` infer: more strict of calculation results
* `CHG` [#663](https://github.com/sumneko/lua-language-server/issues/663)
* `FIX` runtime errors
* `FIX` hint: may show param-2 as `self`