0.1.21 changelog

pull/2067/head
Alexander Medvednikov 2019-09-21 17:42:38 +03:00
parent a232b215a7
commit c01edc650d
1 changed files with 13 additions and 0 deletions

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*