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:
parent
814d6823b4
commit
bfb5a770b2
@ -4,6 +4,8 @@
|
|||||||
in addition to `[skip]`. This allows having custom behavior for different serialization methods.
|
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.
|
- 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 { `.
|
- 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
|
## V 0.3.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user