From bfb5a770b20b46459a44efafcb09f637617f64ad Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 14 May 2023 06:57:31 -0300 Subject: [PATCH] changelog: update CHANGELOG.md (#18175) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85129e35fe..44e8c83808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ in addition to `[skip]`. This allows having custom behavior for different serialization methods. - ORM: fixed a foreign key bug that could result in an extra insert. - Generic functions as function parameters are now supported: `fn f[T](x T, i int, f_ Fn[T]) T { `. +- Enum values now can have attributes. +- json: Enum value string serialization supports `[json:'alias']` to change its string values. ## V 0.3.4