From ba8f90eb0fab18ce8aee2bdbf7007dc63050381d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Mon, 19 Aug 2024 17:58:07 +0800 Subject: [PATCH] 3.10.5 --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index 19ac35a5c..2f0ea8f72 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Unreleased + +## 3.10.5 +`2024-8-19` * `NEW` using `enum (partial)`, it suggests all fields with the same `enum` type rather than just the fields from the current table. * `NEW` When using `enum["" or ]`, undefined fields will raise an 'undefined' error. * `FIX` Renaming files in the directory leads to the auto-correction in "require" adding extra characters.