diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-05 15:16:21 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-05 15:16:21 +0800 |
commit | b0e388b65d0101bf7c2c309add06ce659c2309c9 (patch) | |
tree | adc5f9a190ff7065ea987a1ea46db50e5588daf5 /changelog.md | |
parent | ed8a62dbb3633f39022712fbe363eb97a016fafc (diff) | |
download | lua-language-server-b0e388b65d0101bf7c2c309add06ce659c2309c9.zip |
fix supports for file with LF
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 b87720c6..2f4125f7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # changelog +## 2.2.0 +* `FIX` supports for file with LF + ## 2.1.0 `2021-7-2` * `NEW` supports local config file, using `--configpath="config.json"`, [learn more here](https://github.com/sumneko/lua-language-server/wiki/Setting-without-VSCode) |