From 04b6327f39fc5354caa984b666644333ab52f9cc 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 10:21:17 +0800 Subject: [PATCH] update changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index bd67d5109..54008f589 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,7 @@ * `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` completion: new setting `Lua.completion.showWord` * `CHG` no longer ignore file names case in Windows * `CHG` watching library changes * `FIX` runtime errors -- GitLab