diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-12-18 06:02:20 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-12-18 06:02:20 +0800 |
commit | 02033e06a883f3cab1f0758eff5f2f5203d9ab48 (patch) | |
tree | d982c08cb1e9b8d8739f3259103128450ae9462f /changelog.md | |
parent | a2ca88cc7e078ce0c06a2140be3efdcf6cfe6c02 (diff) | |
download | lua-language-server-02033e06a883f3cab1f0758eff5f2f5203d9ab48.zip |
update changelog
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 7db4229b..469e95ad 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,9 @@ # changelog ## 3.6.5 +* `NEW` code lens. This feature is disabled by default. +* `NEW` settings: + * `Lua.codeLens.enable`: Enable code lens. * `FIX` [#831] * `FIX` [#1729] * `FIX` [#1737] |