diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-23 11:27:28 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-23 11:27:28 +0800 |
commit | 95ea163397963b52278b9eb70f2adfebe5490014 (patch) | |
tree | 8cd178749946547ff736b46a06bcaa2d79372fb0 /changelog.md | |
parent | 28e63e50c48126f2438d1ea5f5163352a27bfbcf (diff) | |
download | lua-language-server-95ea163397963b52278b9eb70f2adfebe5490014.zip |
resolve #586 improve showing multi comments at enums
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 1c5d74f7..492e79cc 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,7 @@ + `Lua.completion.showWord` + `Lua.completion.requireSeparator` * `CHG` hover: improve showing multi defines +* `CHG` hover: improve showing multi comments at enums * `CHG` hint: `Lua.hint.paramName` now supports `Disable`, `Literal` and `All` * `CHG` no longer ignore file names case in Windows * `CHG` watching library changes |