diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-23 10:18:01 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-23 10:18:01 +0800 |
commit | 3cadf4b8ba6b7bc128ebaf1e408dedf531e2db93 (patch) | |
tree | 68ce56d5274c1c4d2659e1af337ea24e69f8cbd0 /changelog.md | |
parent | cb1a412bc7c205c73aec3ef2b1f8f8baf4564fb0 (diff) | |
download | lua-language-server-3cadf4b8ba6b7bc128ebaf1e408dedf531e2db93.zip |
resolve #352
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 a6c13f24..bd67d510 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## 2.4.0 * `NEW` settings: `Lua.diagnostics.libraryFiles`, `Lua.diagnostics.ignoredFiles` +* `CHG` hover: improve showing multi defines * `CHG` hint: `Lua.hint.paramName` now supports `Disable`, `Literal` and `All` * `CHG` no longer ignore file names case in Windows * `CHG` watching library changes |