mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
changelog: remove duplicate entry for fixed array returns (#18717)
This commit is contained in:
parent
20c6d87fd4
commit
1f8e13a497
@ -12,7 +12,6 @@
|
|||||||
- Enum values now can have attributes.
|
- Enum values now can have attributes.
|
||||||
- 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 { `.
|
||||||
- Anonymous structs can no longer have attributes.
|
- Anonymous structs can no longer have attributes.
|
||||||
- Allow fixed array returns.
|
|
||||||
|
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
- `byte` deprecated in favor of `u8` (`byte` is automatically converted to `u8` by vfmt).
|
- `byte` deprecated in favor of `u8` (`byte` is automatically converted to `u8` by vfmt).
|
||||||
|
Loading…
Reference in New Issue
Block a user