From 2c6f0f9bf83f9a44c466aaf0d45ed9f8eab6c117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Sat, 25 Jun 2022 20:13:42 +0800 Subject: resolve #1226 semicolons and parentheses can be used in `DocTable` --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'changelog.md') diff --git a/changelog.md b/changelog.md index c9b64e0f..5c99dd5e 100644 --- a/changelog.md +++ b/changelog.md @@ -28,6 +28,11 @@ local n2 = f(0) -- `n2` is `number` local n3 = f(0, 0) -- `n3` is `string` ``` +* `CHG` semicolons and parentheses can be used in `DocTable` + ```lua + ---@type { x: fun():boolean; y: boolean } + ---@type { (x: fun():boolean), y: boolean } + ``` * `CHG` improve experience for diagnostics and semantic-tokens * `FIX` diagnostics flash when opening a file * `FIX` sometimes workspace diagnostics are not triggered -- cgit v1.2.3