summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-08-18 21:10:23 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-08-18 21:10:23 +0800
commit5e36ce84e925f9c6e8eeeb3f9406b68dc6feaba6 (patch)
treeff1010e3c083eddf4c8a1a00c93aa637e390490b /changelog.md
parentce58034bb7df77fb295d6f47f08c296b0847bf38 (diff)
downloadlua-language-server-5e36ce84e925f9c6e8eeeb3f9406b68dc6feaba6.zip
update changelog
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 9eec3ef2..a6c13f24 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,10 +1,12 @@
# changelog
## 2.4.0
+* `NEW` settings: `Lua.diagnostics.libraryFiles`, `Lua.diagnostics.ignoredFiles`
* `CHG` hint: `Lua.hint.paramName` now supports `Disable`, `Literal` and `All`
* `CHG` no longer ignore file names case in Windows
* `CHG` watching library changes
* `FIX` runtime errors
+* `FIX` hint: may show param-2 as `self`
## 2.3.7
`2021-8-17`