diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-09 06:33:23 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-09 06:33:23 +0800 |
commit | 37d982bc8e5b2aa868d83611b33bce6b690942b4 (patch) | |
tree | 2b7a017efa0835a25fbd06dda95497ca0457e19a /changelog.md | |
parent | 0ae02cdbb37daa086ba146f3f71115dae5e4d44f (diff) | |
download | lua-language-server-37d982bc8e5b2aa868d83611b33bce6b690942b4.zip |
add formatter
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 49dbc526..d455e918 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,7 @@ * `CHG` diagnostic: + `type-check`: removed for now + `no-implicit-any`: renamed to `no-unknown` +* `CHG` formatter: no longer need` --preview` ## 2.6.8 `2022-4-9` |