From 389496827f20bb6d75a2fb2826099f13e9c18730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Wed, 30 Oct 2024 16:48:31 +0800 Subject: [PATCH] 3.12.0 --- changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 044655863..da0137de2 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,9 @@ ## Unreleased -* `FIX` A regression related to type narrow and generic param introduced since `v3.10.1` + +## 3.12.0 +`2024-10-30` * `NEW` Support importing `enum` through class name suffix matching in quick fixes, allowing the import of `enum` from `table.table.enum; return table`. * `NEW` Support limited multiline annotations ```lua @@ -13,6 +15,7 @@ ---} local point --> local point: { x: number, y: number, z: number } ``` +* `FIX` A regression related to type narrow and generic param introduced since `v3.10.1` * `FIX` Parse storagePath to improve reliability of resolving ${addons} placeholder * `FIX` Reference should also look in tablefield * `FIX` Determine that the index of `{...}` is an integer when iterating