diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-05-07 17:48:31 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-05-07 17:48:31 +0800 |
commit | 8123dd362c1991ac87a26822729f24a53ef6b35e (patch) | |
tree | 610a0177ad0b1387e9ecc680c586c957930b76dd /changelog.md | |
parent | 56e30b07fffee79e6c0612f0f099eb590c7be558 (diff) | |
download | lua-language-server-8123dd362c1991ac87a26822729f24a53ef6b35e.zip |
resolve #455 tail comments support lua string
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 3ce84910..4f7ac9c2 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,7 @@ ## 1.21.0 * `NEW` setting: `completion.showParams` * `NEW` `LuaDoc`: supports multiline comments +* `NEW` `LuaDoc`: tail comments support lua string ## 1.20.5 `2021-4-30` |