diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-01-16 21:15:53 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-01-16 21:15:53 +0800 |
commit | 4cd472b94bb5766705c6062781a4d9c1908413e3 (patch) | |
tree | b9a5a06a6b5e9155dd207302f3a887ce22f37aba /changelog.md | |
parent | 5aaecf51b9fccddf52ed3e4749757a03819fae61 (diff) | |
download | lua-language-server-4cd472b94bb5766705c6062781a4d9c1908413e3.zip |
3.6.5
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 9457ea52..74c7f160 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # changelog ## 3.6.5 +`2023-1-16` * `NEW` support casting global variables * `NEW` code lens: this feature is disabled by default. * `NEW` settings: @@ -33,8 +34,8 @@ [#1811]: https://github.com/sumneko/lua-language-server/issues/1811 [#1824]: https://github.com/sumneko/lua-language-server/issues/1824 -`2022-11-29` ## 3.6.4 +`2022-11-29` * `NEW` modify `require` after renaming files * `FIX` circulation reference in process analysis ```lua |