summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-17 03:28:39 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-17 03:28:39 +0800
commit3996e193acf42c0f42a3ed2ee65e5e674c9ddeb0 (patch)
tree9066b5036a0009565de426936d22694408da514d /changelog.md
parent8c5dacd639a13aa8b7d5b6c8125144a60002d7a0 (diff)
downloadlua-language-server-3996e193acf42c0f42a3ed2ee65e5e674c9ddeb0.zip
#980
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
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`.