diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-01-25 17:02:28 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-01-25 17:02:28 +0800 |
commit | 41c0a3671ec1cc704a9414f75772542ceaaf60d4 (patch) | |
tree | 8193c57282dda1e87795e497194eb7a54648f7d4 /changelog.md | |
parent | bccfab54e367efe4d2b3e34fabb28bf1c481434e (diff) | |
download | lua-language-server-41c0a3671ec1cc704a9414f75772542ceaaf60d4.zip |
fix #925
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index afc1785d..eb560f82 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # changelog +## 2.6.2 +* `FIX` [#925](https://github.com/sumneko/lua-language-server/issues/925) + ## 2.6.1 `2022-1-24` * `CHG` default values of settings: |