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

doc: use u8 instead of byte

This commit is contained in:
Alexander Medvednikov
2023-05-18 12:24:00 +02:00
parent cc47c78f39
commit f67952fe84
2 changed files with 14 additions and 13 deletions

View File

@@ -7,6 +7,7 @@
- Enum values now can have attributes.
- json: Enum value string serialization supports `[json:'alias']` to change its string values.
- Functions can now return fixed size arrays.
- The builtin websocket library is now thread safe.
## V 0.3.4