summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-07-07 17:54:27 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-07-07 17:54:27 +0800
commitdd127fd3161c49a1604e5911c3d2e8dd5d2ac67c (patch)
tree31017429345ba035a3df64bb934b1f91e888240c /changelog.md
parent60332a2cceb05a0160d76d6182c756afa0571fae (diff)
downloadlua-language-server-dd127fd3161c49a1604e5911c3d2e8dd5d2ac67c.zip
resolve #619 `diagnostics.unusedLocalExclude`
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 6b657aa4..6ba54a96 100644
--- a/changelog.md
+++ b/changelog.md
@@ -13,6 +13,8 @@
```
* `NEW` diagnostics:
* `unknown-operator`
+* `NEW` settings:
+ * `diagnostics.unusedLocalExclude`
* `FIX` [#1284](https://github.com/sumneko/lua-language-server/issues/1284)
* `FIX` [#1292](https://github.com/sumneko/lua-language-server/issues/1292)
* `FIX` [#1294](https://github.com/sumneko/lua-language-server/issues/1294)