Update CHANGELOG.md

pull/2940/head
Alexander Medvednikov 2019-11-30 16:57:56 +03:00 committed by GitHub
parent a9f54de64e
commit d323b48179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
The last release before 0.2.
- Direct x64 machine code generation. Hello world being built in 3 milliseconds.
- [Direct x64 machine code generation](https://github.com/vlang/v/issues/2849). Hello world being built in 3 milliseconds.
- Bare metal support via the `-freestanding` flag, allowing to build programs without linking to libc.
- Prebuilt V packages for Linux, macOS, and Windows.
- `string.index()` now returns `?int` instead of `int/-1`.