diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-14 10:13:10 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-14 10:13:10 +0800 |
commit | 035f4393ab98b0de30650af94375d9c5e2fe07c1 (patch) | |
tree | 053c36dcf75ddbbfe48b221988e23774ac3bbd49 /changelog.md | |
parent | 585306c685fd7801103902da734da87dfbfc5f34 (diff) | |
download | lua-language-server-035f4393ab98b0de30650af94375d9c5e2fe07c1.zip |
close function
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 4f69430c..d7a1755c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # changelog +## 1.7.0 +* `CHG` diagnostic: `unused-function` ignores function with `<close>` + ## 1.6.0 `2020-12-14` * `NEW` completion: auto require local modules |