diff options
author | sumneko <sumneko@hotmail.com> | 2021-10-02 04:44:46 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2021-10-02 04:44:46 +0800 |
commit | f78be72a12c31d6dcb374c898e3050d02e5afab8 (patch) | |
tree | 4fd584f335f7fbf5e25ff7fe396ce29780f6bd74 /changelog.md | |
parent | a67ee53f93f3957b13dded414f878274824fe8ac (diff) | |
download | lua-language-server-f78be72a12c31d6dcb374c898e3050d02e5afab8.zip |
fix #699 check nil
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 24cd964f..86c3a0e3 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,8 @@ ## 2.4.1 * `FIX` broken with single file -* `CHG` [#698](https://github.com/sumneko/lua-language-server/issues/698) +* `FIX` [#698](https://github.com/sumneko/lua-language-server/issues/698) +* `FIX` [#699](https://github.com/sumneko/lua-language-server/issues/699) ## 2.4.0 `2021-10-1` |