summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-05-23 17:22:58 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-05-23 17:22:58 +0800
commit83f2b383bb2d1bc2defca63b6dd34d7f5875eef0 (patch)
tree9831f47e65daa7d42700906d9275e3563bdc4635 /changelog.md
parent25a78532b67032176b6c255019c203927cd004b4 (diff)
downloadlua-language-server-83f2b383bb2d1bc2defca63b6dd34d7f5875eef0.zip
fix can not union `unknown` with other types
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 49470028..6247c5a8 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
# changelog
+## 3.2.4
+* `FIX` hover: can not union `unknown` with other types
+
## 3.2.3
`2022-5-16`
* `CHG` parse `.luarc.json` as jsonc. In order to please the editor, it also supports `.luarc.jsonc` as the file name.