summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-27 17:07:21 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-27 17:07:21 +0800
commit708bf5314377d8632a5759b27662aeda95c8020f (patch)
tree7e2c8f921ed866235ce1c115730c1fada85a9fba /changelog.md
parentf8461ac8a4bb1cdc7f9a28144a5837a4cdf0df50 (diff)
downloadlua-language-server-708bf5314377d8632a5759b27662aeda95c8020f.zip
new setting `hint.semicolon`
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index da028dec..21a42be6 100644
--- a/changelog.md
+++ b/changelog.md
@@ -12,6 +12,7 @@
* `diagnostics.groupFileStatus`
* `type.castNumberToInteger`
* `type.weakUnionCheck`
+ * `hint.semicolon`
* `CHG` infer `nil` as redundant return value
```lua
local function f() end