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.