diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-05-23 17:38:45 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-05-23 17:38:45 +0800 |
commit | 4a284d1f4ea958e0973337c4bb1349102734f4fd (patch) | |
tree | e9b3b6180852b827c0323eb56a6ef304c7e56078 /changelog.md | |
parent | a7be41abbb19c31b4fac672f76bf4163a0d43cfb (diff) | |
download | lua-language-server-4a284d1f4ea958e0973337c4bb1349102734f4fd.zip |
fix can not union `table` with other basic types
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 6247c5a8..9b202683 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ # changelog ## 3.2.4 -* `FIX` hover: can not union `unknown` with other types +* `FIX` hover: can not union `table` with other basic types ## 3.2.3 `2022-5-16` |