diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-16 03:04:33 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-16 03:04:33 +0800 |
commit | 8a14323f7da5a4ee5956c417a38a9a85665cf128 (patch) | |
tree | 8f369aac378664ab28890c7b7b147a88d5f5d77e /changelog.md | |
parent | 3c85a1ab650eb81da85ff82df3e09e0f7869823b (diff) | |
download | lua-language-server-8a14323f7da5a4ee5956c417a38a9a85665cf128.zip |
update hover
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 6ffe7f1c..9a493187 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,8 @@ ## 3.1.0 * `CHG` inlay-hint: move to LSP and enable by default. Its font is now controlled by the client. +* `CHG` hover: split `local` into `local` / `parameter` / `upvalue` / `self`. +* `CHG` hover: added parentheses to some words, such as `global` / `field` / `class`. ## 3.0.2 `2022-4-15` |