diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-11 18:40:05 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-11 18:40:05 +0800 |
commit | 87673cfad9e4fc32a2023c24a3d7d2248e8d2916 (patch) | |
tree | 486538d26e52b9f90b221bb8ffd9f17ee72b3ba3 /changelog.md | |
parent | b8c5d1208f9f276bd168c9a17a2b17105af09107 (diff) | |
download | lua-language-server-87673cfad9e4fc32a2023c24a3d7d2248e8d2916.zip |
completion: keyword considers expression
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/changelog.md b/changelog.md index 787cd755..737f5dbc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,12 +1,13 @@ # changelog ## 1.6.0 -* `NEW` auto require local modules -* `NEW` hover function by keyword `function` +* `NEW` completion: auto require local modules +* `NEW` hover: show function by keyword `function` * `NEW` code action: swap params -* `CHG` unbind the relative path between binaries and scripts -* `CHG` `LuaDoc` also catchs `--` (no need `---`) -* `CHG` rename doc +* `CHG` standalone: unbind the relative path between binaries and scripts +* `CHG` hover: `LuaDoc` also catchs `--` (no need `---`) +* `CHG` rename: support doc +* `CHG` completion: keyword considers expression ## 1.5.0 `2020-12-5` |