From 206b9ff94395708390595e73ed2b2528e7a84cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Thu, 15 Jul 2021 20:08:59 +0800 Subject: update changelog --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index 24cf3698..07201f59 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,14 @@ ---@field [2] number ---@field [3] number ``` +* `NEW` hover: view array `local array = {'a', 'b', 'c'}`: + ```lua + local array: { + [1]: string = "a", + [2]: string = "b", + [3]: string = "c", + } + ``` * `FIX` loading workspace may hang * `FIX` `debug.getuservalue` and `debug.setuservalue` should not exist in `Lua 5.1` * `FIX` infer of `---@type class[][]` -- cgit v1.2.3