summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-12-15 15:00:36 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-12-15 15:00:36 +0800
commit20ea3b46f4356d9bf14d45bf80f8f47319843323 (patch)
treed9ad38e7b7a68e72ceb5e027c6b05024a8bffec2 /changelog.md
parentf3ec5825e3c6a8090a020097e088f26718c316bb (diff)
downloadlua-language-server-20ea3b46f4356d9bf14d45bf80f8f47319843323.zip
update telemetry
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 7057ca28..24c4d244 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,12 @@
# changelog
## 1.7.0
+* `NEW` telemetry:
+ + [What data will be sent](https://github.com/sumneko/lua-language-server/blob/master/script/service/telemetry.lua)
+ + [How to use this data](https://github.com/sumneko/lua-telemetry-server/tree/master/method)
* `CHG` diagnostic: `unused-function` ignores function with `<close>`
* `CHG` semantic: not cover local call
+* `CHG` language client: update to [7.0.0](https://github.com/microsoft/vscode-languageserver-node/commit/20681d7632bb129def0c751be73cf76bd01f2f3a)
* `FIX` semantic: tokens may not be updated correctly
* `FIX` completion: require path broken
* `FIX` [#291](https://github.com/sumneko/lua-language-server/issues/291)