diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-05-23 21:24:29 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-05-23 21:24:29 +0800 |
commit | f0f80fdf1b5c83467687541ffda36cabb8f9bd62 (patch) | |
tree | 155b907025c269dd7cf2a0eb7588de9aa8f47163 /changelog.md | |
parent | c1e9e46dea95140fd14fd12f99fc098c59ba9fcd (diff) | |
download | lua-language-server-f0f80fdf1b5c83467687541ffda36cabb8f9bd62.zip |
fix #1131
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 097d692b..54b0a129 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,7 @@ ## 3.2.4 * `FIX` hover: can not union `table` with other basic types * `FIX` [#1125](https://github.com/sumneko/lua-language-server/issues/1125) +* `FIX` [#1131](https://github.com/sumneko/lua-language-server/issues/1131) ## 3.2.3 `2022-5-16` |