diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-10-11 11:16:27 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-10-11 11:16:27 +0800 |
commit | 8cdff13ef2cd6d5529821134997c517c3494a568 (patch) | |
tree | aa567d128856c4ea616197b2b1a7420967336837 /changelog.md | |
parent | 8f24287d7f1190a5fff5f85de3f403d84bebf79c (diff) | |
download | lua-language-server-8cdff13ef2cd6d5529821134997c517c3494a568.zip |
fix #713 `runtime.special` broken
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 533dd3df..1a6ecd97 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # changelog +## 2.4.3 +* `FIX` [#713](https://github.com/sumneko/lua-language-server/issues/713) + ## 2.4.2 `2021-10-8` * `FIX` [#702](https://github.com/sumneko/lua-language-server/issues/702) |