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

Update CHANGELOG.md

This commit is contained in:
Alexander Medvednikov 2019-10-28 13:15:12 +03:00 committed by GitHub
parent 33b5afa893
commit ddcd1d2cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
- Optimized `array.filter()` and `array.map()`. - Optimized `array.filter()` and `array.map()`.
- `sqlite` module. - `sqlite` module.
- Cached modules for faster compilation. - Cached modules for faster compilation.
- Dramatic compilation optimizations: V now compiles itself in - Dramatic compilation optimizations: [V now compiles itself in
0.10 - 0.30 seconds. 0.10 - 0.30 seconds](https://github.com/vlang/v/wiki/The-V-language-now-compiles-itself-in-0.09-seconds).
- V scripts (simpler and cross-platform alternative to Bash). - V scripts (simpler and cross-platform alternative to Bash).
- Infinite multi-dimensional arrays (`[][][]int`). - Infinite multi-dimensional arrays (`[][][]int`).
- `unsafe`. - `unsafe`.
- `[deprecated]` attribute. - `[deprecated]` attribute.
- [if] function attributes for compile time function exclusion - `[if]` function attributes for compile time function exclusion
for performance. for performance.
- `switch` has been completely removed from the language and replaced by - `switch` has been completely removed from the language and replaced by
`match` everywhere. `match` everywhere.