summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-11-12 18:17:15 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-11-12 18:17:15 +0800
commit3b194eccf878918e7202a98f4765c3015eb93d28 (patch)
tree62b2c29978892f8ff135176097e9463e53b2aaad /changelog.md
parent38384f5e47bf8f7b7bc33a1c326250a8ee03b767 (diff)
downloadlua-language-server-3b194eccf878918e7202a98f4765c3015eb93d28.zip
`---@class` can be re-declared
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 ad1b7a3d..cc7f40e9 100644
--- a/changelog.md
+++ b/changelog.md
@@ -16,6 +16,7 @@
* `NEW` locale `pt-br`, thanks [Jeferson Ferreira](https://github.com/jefersonf)
* `NEW` supports [utf-8-offsets](https://clangd.llvm.org/extensions#utf-8-offsets)
* `CHG` `LuaDoc`:
+ + `---@class` can be re-declared
+ supports unicode
+ supports `---@param ... number`, equivalent to `---@vararg number`
+ supports `fun(...: string)`