diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-05 15:40:25 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-05 15:40:25 +0800 |
commit | 5641c17faaed10409a476558dde8e15f4f91f9cb (patch) | |
tree | 41e4981290a942b2ac6a273a47730f2386246040 /changelog.md | |
parent | d704ebf543af4e9ae2aa115f24193d4d5012ac73 (diff) | |
download | lua-language-server-5641c17faaed10409a476558dde8e15f4f91f9cb.zip |
guess `self`
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 4a290acf..03774edd 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## 1.11.0 * `NEW` `Lua.runtime.plugin` +* `NEW` intelli-scense: improved `m.f = function (self) end` from `self` to `m` * `CHG` performance optimization * `CHG` completion: improve performance of workspace words * `FIX` hover: tail comments may be cutted |