diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-13 18:09:36 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-13 18:09:36 +0800 |
commit | 3b9bde4ea1eb4a71a84dad9f62595b4360d7aa4e (patch) | |
tree | 637647129718b93ab9b7c524567fdf0d2a85acac /changelog.md | |
parent | 6592c2cee8ff1649d6e303d1fb79c221021fca88 (diff) | |
download | lua-language-server-3b9bde4ea1eb4a71a84dad9f62595b4360d7aa4e.zip |
completion: support delegate
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 737f5dbc..d02df0bc 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## 1.6.0 * `NEW` completion: auto require local modules +* `NEW` completion: support delegate * `NEW` hover: show function by keyword `function` * `NEW` code action: swap params * `CHG` standalone: unbind the relative path between binaries and scripts |