diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-07 11:16:42 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-07 11:16:42 +0800 |
commit | 35b092a27b35a671816db18af6bfb2ac6a174d0e (patch) | |
tree | 4e3de45b39eb483f2dc7a5f8d403db143e6c4a65 /changelog.md | |
parent | 837b13984c4391afcc41f817b8afe31528173982 (diff) | |
download | lua-language-server-35b092a27b35a671816db18af6bfb2ac6a174d0e.zip |
fix #345
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 d27fde87..59fd50d2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # changelog ## 1.11.2 +* `FIX` [#345](https://github.com/sumneko/lua-language-server/issues/345): not works with unexpect args * `FIX` [#346](https://github.com/sumneko/lua-language-server/issues/346): dont modify the cache ## 1.11.1 |