summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 19ac35a5..2f0ea8f7 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,9 @@
## Unreleased
<!-- Add all new changes here. They will be moved under a version at release -->
+
+## 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["<key>" or <index>]`, undefined fields will raise an 'undefined' error.
* `FIX` Renaming files in the directory leads to the auto-correction in "require" adding extra characters.