diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-07-01 17:22:42 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-07-01 17:22:42 +0800 |
commit | ab1838ebaab773d37b8e16d3fed0c2c1476aea31 (patch) | |
tree | a958fe13b428f285776549e4d5308cb57f5f1c90 /changelog.md | |
parent | 342ff9af837cdbe0369e717585fcd36638d60002 (diff) | |
download | lua-language-server-ab1838ebaab773d37b8e16d3fed0c2c1476aea31.zip |
fix #1256
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 a228acbc..7c5295b4 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,7 @@ ## 3.4.1 * `NEW` settings: * `type.weakNilCheck` +* `FIX` [#1256](https://github.com/sumneko/lua-language-server/issues/1256) * `FIX` [#1257](https://github.com/sumneko/lua-language-server/issues/1257) ## 3.4.0 |