diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-04 16:43:52 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-04 16:43:52 +0800 |
commit | 304006115543ff5fe5a6d4e777e20013b0e20c91 (patch) | |
tree | 1bca805746fffa4b3e119d8bfc78f5bf5f213b74 /changelog.md | |
parent | fcf7e914ad6d43ee6953e68c8ab791da4e3f6302 (diff) | |
download | lua-language-server-304006115543ff5fe5a6d4e777e20013b0e20c91.zip |
new folding
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 6b9d4833..319efe1f 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## 1.10.0 * `NEW` workspace: supports `.dll`(`.so`) in `require` +* `NEW` folding: * `CHG` supports `~` in command line * `CHG` completion: improve workspace words * `FIX` [#339](https://github.com/sumneko/lua-language-server/issues/339) |