summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-23 02:05:01 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-23 02:05:01 +0800
commitc2fb1d5e889510f8175c25277587e7ea91fb2170 (patch)
tree1ad171838794694a7d4c64987088578c70f57b26 /changelog.md
parent830165b6025107188e564fc4590e5eb633e1a13d (diff)
downloadlua-language-server-c2fb1d5e889510f8175c25277587e7ea91fb2170.zip
fix #1228 `doc.as` may not work
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 8777103f..2476c817 100644
--- a/changelog.md
+++ b/changelog.md
@@ -23,6 +23,7 @@
local n2 = f(0) -- `n2` is `number`
local n3 = f(0, 0) -- `n3` is `string`
```
+* `FIX` [#1228](https://github.com/sumneko/lua-language-server/issues/1228)
## 3.3.1
`2022-6-17`