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

changelog typo

This commit is contained in:
Swastik Baranwal 2019-09-22 19:54:44 +05:30 committed by Alexander Medvednikov
parent 7421781150
commit ab528bb043

View File

@ -3,7 +3,7 @@
- `none` keyword for optionals.
- All table lookup functions now use `none`.
- Double quotes (`"`) can now be used to denote strings.
- Double quotes (`"`) can now also 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.