summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-01-04 20:30:17 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-01-04 20:30:17 +0800
commita927549a7a32d173eb686022f3cf1bfad9815f16 (patch)
tree7f61d2094d777c60eb6f408c01a82a92cb1c72a7 /changelog.md
parente006a5a6c0cd566650836ceccbf98d4215449bce (diff)
downloadlua-language-server-a927549a7a32d173eb686022f3cf1bfad9815f16.zip
`unused-function` checks recursive
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 42435361..cb26ebd6 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,11 +3,12 @@
## 1.10.0
* `NEW` workspace: supports `.dll`(`.so`) in `require`
* `NEW` folding: `---@class`, `--#region` and docs of function
-* `NEW` dianostic: `count-down-loop`
+* `NEW` diagnostic: `count-down-loop`
* `CHG` supports `~` in command line
* `CHG` completion: improve workspace words
* `CHG` completion: show words in string
* `CHG` completion: split `for .. in` to `for .. ipairs` and `for ..pairs`
+* `CHG` diagnostic: `unused-function` checks recursive
* `FIX` [#339](https://github.com/sumneko/lua-language-server/issues/339)
## 1.9.0