1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

changelog: update CHANGELOG.md (#18175)

This commit is contained in:
Felipe Pena 2023-05-14 06:57:31 -03:00 committed by GitHub
parent 814d6823b4
commit bfb5a770b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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