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.