summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-01-05 15:40:25 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-01-05 15:40:25 +0800
commit5641c17faaed10409a476558dde8e15f4f91f9cb (patch)
tree41e4981290a942b2ac6a273a47730f2386246040 /changelog.md
parentd704ebf543af4e9ae2aa115f24193d4d5012ac73 (diff)
downloadlua-language-server-5641c17faaed10409a476558dde8e15f4f91f9cb.zip
guess `self`
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 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