diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-01 20:48:38 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-01 20:48:38 +0800 |
commit | 0a17fa78337e15474183f7db7dd8ddc9eb364cd4 (patch) | |
tree | 2b074e0fcb86f398b98a23a1b1eb26cc4a0ef9fe /changelog.md | |
parent | 0dacc5f651818c9ae21ab66a8df4879c6b39908b (diff) | |
download | lua-language-server-0a17fa78337e15474183f7db7dd8ddc9eb364cd4.zip |
resolve #556, #583, #581
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 f11250b1..46194bd2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # changelog +## 2.1.0 +* `NEW` supports local config file, using `--configpath="config.json"` + ## 2.0.5 `2021-7-1` * `NEW` `hover` and `completion` reports initialization progress |