From 95760ae82a230291547fc040a193f98f25aff9d4 Mon Sep 17 00:00:00 2001 From: Wertzui123 <46199283+Wertzui123@users.noreply.github.com> Date: Thu, 1 Sep 2022 08:26:05 +0200 Subject: [PATCH] CHANGELOG.md: fix typo (`paralell` -> `parallel`) (#15621) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd02b876..bfbbf6021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Lots of bug fixes: 90% of all bugs ever submitted are closed. - Major improvements to the fast native backend including linking support on Linux. The goal is to be able to self host V soon. - Parallelized cc step. Speeds up -prod and clang/gcc compilation by 300-500% (depending on - the number of cores). Experimental and hidden behind a -paralell-cc flag, soon to be the default. + the number of cores). Experimental and hidden behind a -parallel-cc flag, soon to be the default. - New keyword/type: `nil`. Only to be used inside `unsafe`. Replaces `voidptr(0)`. - V can now find code in the `src/` directory. This allows making V repos much cleaner. - Intel C compiler support. -- 2.30.2