summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-12-01 11:34:09 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-12-01 11:34:09 +0800
commit4466051f18270c83a9d7a90f7fb9c19bfacf4d40 (patch)
treecac4cd2a59ca1ec6b3e29e8ef7129cbfbefca54b /changelog.md
parentee1195cfadd0e290aa8de2487d9df7902d05ac51 (diff)
downloadlua-language-server-4466051f18270c83a9d7a90f7fb9c19bfacf4d40.zip
fix #273 missing signature help of global function
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 1ed24bca..2f0b3326 100644
--- a/changelog.md
+++ b/changelog.md
@@ -7,6 +7,8 @@
* `NEW` support completion of `type(o) == ?`
* `CHG` now I think it's a bad idea as it took me nearly an hour to complete the logs started from version `1.0.0`
* `FIX` closing ignored or library file dose not clean diagnostics
+* `FIX` searching of `t.f1` when `t.f1 = t.f2`
+* `FIX` missing signature help of global function
## 1.2.1
`2020-11-27`