diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-07-01 16:59:35 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-07-01 16:59:35 +0800 |
commit | 342ff9af837cdbe0369e717585fcd36638d60002 (patch) | |
tree | 54b7b30a8b24e43e53666e3f754ea4e50d3a69ab /changelog.md | |
parent | 662532d837d88ec470206b24a1e73cef871f66b6 (diff) | |
download | lua-language-server-342ff9af837cdbe0369e717585fcd36638d60002.zip |
fix #1257 don't need to return if returns nil
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 6446f811..a228acbc 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,7 @@ ## 3.4.1 * `NEW` settings: * `type.weakNilCheck` +* `FIX` [#1257](https://github.com/sumneko/lua-language-server/issues/1257) ## 3.4.0 `2022-6-29` |