summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-07-05 15:16:21 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-07-05 15:16:21 +0800
commitb0e388b65d0101bf7c2c309add06ce659c2309c9 (patch)
treeadc5f9a190ff7065ea987a1ea46db50e5588daf5 /changelog.md
parented8a62dbb3633f39022712fbe363eb97a016fafc (diff)
downloadlua-language-server-b0e388b65d0101bf7c2c309add06ce659c2309c9.zip
fix supports for file with LF
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
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)