diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-10-12 17:09:12 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-10-12 17:09:12 +0800 |
commit | f73fe1369a79344394bf258df1782b9aafe4eff5 (patch) | |
tree | 632ad1c240d9a5f8f46d0e2958243a81e0264871 /changelog.md | |
parent | 2c6db7286b64e8ff59b3d36e7898211c4633fc7f (diff) | |
download | lua-language-server-f73fe1369a79344394bf258df1782b9aafe4eff5.zip |
fix #729
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 b8ad4ac9..08e3cae5 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,7 @@ * `FIX` [#718](https://github.com/sumneko/lua-language-server/issues/718) * `FIX` [#719](https://github.com/sumneko/lua-language-server/issues/719) * `FIX` [#725](https://github.com/sumneko/lua-language-server/issues/725) +* `FIX` [#729](https://github.com/sumneko/lua-language-server/issues/729) * `FIX` runtime errors ## 2.4.2 |