diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-05 20:52:34 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-05 20:52:34 +0800 |
commit | 5aace85b14473a161e9c64a410b06bf90d563762 (patch) | |
tree | 14fb0c91af7796595d2159162c8021cb20b49512 /changelog.md | |
parent | bab7c96347957948d59a85ebb3e3288c8273e3bb (diff) | |
download | lua-language-server-5aace85b14473a161e9c64a410b06bf90d563762.zip |
hover function by keyword `function`
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 7b02ae4f..347d50c7 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## 1.6.0 * `NEW` auto require local modules +* `NEW` hover function by keyword `function` ## 1.5.0 `2020-12-5` |