diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-04 19:29:36 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-04 19:29:36 +0800 |
commit | 216f3d54901c6759b99850882a549210f0270745 (patch) | |
tree | 68db79cfcc46134277c9719efc0dd882630e713b /changelog.md | |
parent | e39b4a734ec3b4e769a584601f522ba4e5a84a99 (diff) | |
download | lua-language-server-216f3d54901c6759b99850882a549210f0270745.zip |
new dianostic: `count-down-loop`
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 aac275e2..42435361 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,7 @@ ## 1.10.0 * `NEW` workspace: supports `.dll`(`.so`) in `require` * `NEW` folding: `---@class`, `--#region` and docs of function +* `NEW` dianostic: `count-down-loop` * `CHG` supports `~` in command line * `CHG` completion: improve workspace words * `CHG` completion: show words in string |