1
0
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:
Thomas Peißl
2023-07-01 11:06:50 +02:00
committed by GitHub
parent 20c6d87fd4
commit 1f8e13a497

View File

@@ -12,7 +12,6 @@
- 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 { `.
- Anonymous structs can no longer have attributes.
- Allow fixed array returns.
### Breaking changes
- `byte` deprecated in favor of `u8` (`byte` is automatically converted to `u8` by vfmt).