diff options
author | sumneko <sumneko@hotmail.com> | 2022-02-17 13:54:17 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2022-02-17 13:54:17 +0800 |
commit | ba55a9f6dbf57b5b9ec38f1978caa7178f44f13d (patch) | |
tree | ff48e3916e9295ee8a7200bd1213f73bd4aad9d4 /changelog.md | |
parent | 12d6a9eb75f31b64cbc89eb3265805bc8dad01f0 (diff) | |
download | lua-language-server-ba55a9f6dbf57b5b9ec38f1978caa7178f44f13d.zip |
`FIX` telemetry is not disabled by default
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index f689713c..5d1454d0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # changelog ## 2.6.5 +* `FIX` telemetry is not disabled by default * `FIX` [#934](https://github.com/sumneko/lua-language-server/issues/934) * `FIX` [#952](https://github.com/sumneko/lua-language-server/issues/952) |