diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-09-29 15:12:43 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-09-29 15:12:43 +0800 |
commit | 5881d4846e20499d3dafe643f1a5fb355756ed7b (patch) | |
tree | 0990ad50a4ba1995a4ed3b0e26093906ffd41d0e /changelog.md | |
parent | f0522c026acbe08be716aa751b548602604eb3e9 (diff) | |
download | lua-language-server-5881d4846e20499d3dafe643f1a5fb355756ed7b.zip |
#686
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
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` |