From 28e63e50c48126f2438d1ea5f5163352a27bfbcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= <sumneko@hotmail.com> Date: Mon, 23 Aug 2021 11:15:20 +0800 Subject: [PATCH] cleanup changelog --- changelog.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 74c3cb5f9..1c5d74f7c 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 -- GitLab