From ddcd1d2ceccb51940da0f2096445ef36879d3ad0 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 28 Oct 2019 13:15:12 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aca0a67225..707bde11ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,13 @@ - Optimized `array.filter()` and `array.map()`. - `sqlite` module. - Cached modules for faster compilation. -- Dramatic compilation optimizations: V now compiles itself in -0.10 - 0.30 seconds. +- Dramatic compilation optimizations: [V now compiles itself in +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). - Infinite multi-dimensional arrays (`[][][]int`). - `unsafe`. - `[deprecated]` attribute. -- [if] function attributes for compile time function exclusion +- `[if]` function attributes for compile time function exclusion for performance. - `switch` has been completely removed from the language and replaced by `match` everywhere.