diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-17 03:28:39 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-17 03:28:39 +0800 |
commit | 3996e193acf42c0f42a3ed2ee65e5e674c9ddeb0 (patch) | |
tree | 9066b5036a0009565de426936d22694408da514d /changelog.md | |
parent | 8c5dacd639a13aa8b7d5b6c8125144a60002d7a0 (diff) | |
download | lua-language-server-3996e193acf42c0f42a3ed2ee65e5e674c9ddeb0.zip |
#980
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 772be9e4..fcd8ebcb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # changelog ## 3.1.0 +* `NEW` support find definition in method * `CHG` hint: move to LSP. 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`. |