summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-12-18 06:13:57 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-12-18 06:13:57 +0800
commitbf65753f457634d27f2cc4cc60ac68838ca0f9b5 (patch)
tree6ec069b920cc87535eb7dae70a9851af6513b0a1 /changelog.md
parent02033e06a883f3cab1f0758eff5f2f5203d9ab48 (diff)
downloadlua-language-server-bf65753f457634d27f2cc4cc60ac68838ca0f9b5.zip
supports finding definition for class and alias
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 469e95ad..2ef507b1 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,6 +4,7 @@
* `NEW` code lens. This feature is disabled by default.
* `NEW` settings:
* `Lua.codeLens.enable`: Enable code lens.
+* `CHG` supports finding definition for `@class` and `@alias`, since they may defined multi times.
* `FIX` [#831]
* `FIX` [#1729]
* `FIX` [#1737]