diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-12-18 06:24:18 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-12-18 06:24:18 +0800 |
commit | c95511b3efd6febc8642d51d7d0c971f7dc37c0e (patch) | |
tree | 3b4ed6eaa6167c68e5078a1a0468daa101048219 /changelog.md | |
parent | bf65753f457634d27f2cc4cc60ac68838ca0f9b5 (diff) | |
download | lua-language-server-c95511b3efd6febc8642d51d7d0c971f7dc37c0e.zip |
rename: supports `@field`
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index 2ef507b1..e8667bf1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,11 @@ # changelog ## 3.6.5 -* `NEW` code lens. This feature is disabled by default. +* `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. +* `CHG` definition: supports finding definitions for `@class` and `@alias`, since they may be defined multi times. +* `CHG` rename: supports `@field` * `FIX` [#831] * `FIX` [#1729] * `FIX` [#1737] |