diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-11-08 23:33:15 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-11-08 23:33:15 +0800 |
commit | 4d73939b6ec2320f72b35e1e193b8bf1fb18f64c (patch) | |
tree | ccd6e90f7ed456b80ea32cfbac562aee475897ba /changelog.md | |
parent | e7f8bc78843c03c677668a676f124902b2b889a2 (diff) | |
download | lua-language-server-4d73939b6ec2320f72b35e1e193b8bf1fb18f64c.zip |
fix incorrect type check for generic with nil
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 19e8d5c9..4c9ba5cb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,9 @@ # changelog ## 3.6.2 +* `FIX` incorrect type check for generic with nil * `FIX` [#1676] + [#1676]: https://github.com/sumneko/lua-language-server/issues/1676 ## 3.6.1 |