mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Fix CHANGELOG.md typo
This commit is contained in:
parent
aaba7fdb29
commit
061da15d0b
@ -17,7 +17,7 @@
|
|||||||
- Lots of fixes in automatic `.str()` method generation for structs and arrays.
|
- Lots of fixes in automatic `.str()` method generation for structs and arrays.
|
||||||
- ~30% faster parser (files are no longer parsed separately for each pass).
|
- ~30% faster parser (files are no longer parsed separately for each pass).
|
||||||
- `_` is no longer a variable, but an actual syntax construct to skip unused values, like in Go.
|
- `_` is no longer a variable, but an actual syntax construct to skip unused values, like in Go.
|
||||||
- Multiple returns (`fn foo() (int, strnig) {`).
|
- Multiple returns (`fn foo() (int, string) {`).
|
||||||
- `!` can now only be used with booleans.
|
- `!` can now only be used with booleans.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user