diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-02-21 21:06:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-02-21 21:06:41 +0800 |
commit | d57c21e585e7285583b7379e9e955da3b1345508 (patch) | |
tree | aa9f7c5908c8da7d837525860af43d3bbd624031 /changelog.md | |
parent | ce992f3769ca542926cbf7bf4290748244790f1b (diff) | |
download | lua-language-server-d57c21e585e7285583b7379e9e955da3b1345508.zip |
2.6.6
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index e5453113..9d4162b6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,10 @@ # changelog ## 2.6.6 +`2022-2-21` * `NEW` formatter preview, use `--preview` to enable this feature, [read more](https://github.com/sumneko/lua-language-server/issues/960) * `FIX` [#958](https://github.com/sumneko/lua-language-server/issues/958) +* `FIX` runtime errors ## 2.6.5 `2022-2-17` |