diff --git a/changelog.md b/changelog.md index 74c3cb5f9d5f87e99b89420d77e4cae375dfb8fa..1c5d74f7c53ef24994405ad6d374ec0a1cb4d423 100644 --- a/changelog.md +++ b/changelog.md @@ -1,11 +1,13 @@ # changelog ## 2.4.0 -* `NEW` settings: `Lua.diagnostics.libraryFiles`, `Lua.diagnostics.ignoredFiles` +* `NEW` settings: + + `Lua.diagnostics.libraryFiles` + + `Lua.diagnostics.ignoredFiles` + + `Lua.completion.showWord` + + `Lua.completion.requireSeparator` * `CHG` hover: improve showing multi defines * `CHG` hint: `Lua.hint.paramName` now supports `Disable`, `Literal` and `All` -* `CHG` completion: new setting `Lua.completion.showWord` -* `CHG` completion: new setting `Lua.completion.requireSeparator` * `CHG` no longer ignore file names case in Windows * `CHG` watching library changes * `FIX` runtime errors