summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-09-24 19:28:13 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-09-24 19:28:13 +0800
commit105476fe549a37250d6799262d5ffe370e8b9350 (patch)
tree97b37f7f1bd3a1d21e276bcf2d9122562f7329d4 /changelog.md
parent10ef09e0c3b553fa40845499ef7038b8e7574a01 (diff)
downloadlua-language-server-105476fe549a37250d6799262d5ffe370e8b9350.zip
default severity to `Warning`
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index ec34f4e0..73fb8878 100644
--- a/changelog.md
+++ b/changelog.md
@@ -19,6 +19,9 @@
* `CHG` completion: improve misspelling results
* `CHG` completion: `Lua.completion.displayContext` default to `0`
* `CHG` completion: `autoRequire` has better inserting position
+* `CHG` diagnostics:
+ + `redundant-parameter` default severity to `Warning`
+ + `redundant-value` default severity to `Warning`
* `CHG` [#663](https://github.com/sumneko/lua-language-server/issues/663)
* `FIX` runtime errors
* `FIX` hint: may show param-2 as `self`