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

0.1.21 changelog

This commit is contained in:
Alexander Medvednikov 2019-09-21 17:42:38 +03:00
parent a232b215a7
commit c01edc650d

View File

@ -1,3 +1,16 @@
## V 0.1.21
*XX Sep 2019*
- `none` keyword for optionals.
- All table lookup functions now use `none`.
- Double quotes (`"`) can now be used to denote strings.
- GitHub Actions CI in addition to Travis.
- `-compress` option. The V binary built with `-compress` is only ~90 KB!
- More memory management.
- "Unused variable" error is now a warning in non-production builds.
## V 0.1.20
*17 Sep 2019*