diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-15 15:00:36 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-15 15:00:36 +0800 |
commit | 20ea3b46f4356d9bf14d45bf80f8f47319843323 (patch) | |
tree | d9ad38e7b7a68e72ceb5e027c6b05024a8bffec2 /changelog.md | |
parent | f3ec5825e3c6a8090a020097e088f26718c316bb (diff) | |
download | lua-language-server-20ea3b46f4356d9bf14d45bf80f8f47319843323.zip |
update telemetry
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 4 |
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) |