From c8568a29dc3b4b686f80163a09bd51ed4e1ffdb0 Mon Sep 17 00:00:00 2001 From: Petr Makhnev <51853996+i582@users.noreply.github.com> Date: Tue, 2 May 2023 16:26:19 +0400 Subject: [PATCH] changelog: fix wording about backends and C++20 support (#18097) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd163d3e5a..9eeb4647c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ - Anonymous fn params can no longer be shadowed. - Channel pop now works with an `or` block: `ch := <-self.item or { return none }` - Option references are now supported: `?&Type`. -- C++20 standard support in the C++ backend. +- Now code generated by the ะก backend, can be compiled by a C++20 compiler. - `v self` now uses a faster tcc backend on macOS/Apple Silicon, just like on Windows/Linux. - `os.hostname()` and `os.loginname()` now return `Result`. - The "Is V still fast?" web page has been sped up by splitting the results table into multiple years.