diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-26 20:44:39 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-26 20:44:39 +0800 |
commit | 6983b575a21fd97d902c8a41a5ed7a49ec828966 (patch) | |
tree | 044d6d5ea1512bd5d165da60fa161400adaf4f39 /changelog.md | |
parent | d1181d6b09bae0161070aa087c291f259ced5b95 (diff) | |
download | lua-language-server-6983b575a21fd97d902c8a41a5ed7a49ec828966.zip |
fix #361
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 7a000648..d3d4c43b 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,7 @@ * `NEW` [#340](https://github.com/sumneko/lua-language-server/pull/340): supports `---@type table<string, number>` * `FIX` [#355](https://github.com/sumneko/lua-language-server/pull/355) * `FIX` [#359](https://github.com/sumneko/lua-language-server/issues/359) +* `FIX` [#361](https://github.com/sumneko/lua-language-server/issues/361) ## 1.11.2 `2021-1-7` |