summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-17 19:33:13 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-17 19:33:13 +0800
commit076dd3e5c4e03f9cef0c5757dfa09a010c0ec6bf (patch)
treed4655e201bd98c3f00ecce119b6743746e2df34d /changelog.md
parente84718d90b225b63258cf612afb821fea4f91964 (diff)
downloadlua-language-server-076dd3e5c4e03f9cef0c5757dfa09a010c0ec6bf.zip
3.1.0
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 85250b92..7623409b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,7 @@
# changelog
## 3.1.0
+`2022-4-17`
* `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`.