From 1f8e13a497d6bb137573263384500275d61ffedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Pei=C3=9Fl?= <7underlines@gmail.com> Date: Sat, 1 Jul 2023 11:06:50 +0200 Subject: [PATCH] changelog: remove duplicate entry for fixed array returns (#18717) --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94c7e428b8..9f65e948a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,6 @@ - Enum values now can have attributes. - Generic functions as function parameters are now supported: `fn f[T](x T, i int, f_ Fn[T]) T { `. - Anonymous structs can no longer have attributes. -- Allow fixed array returns. ### Breaking changes - `byte` deprecated in favor of `u8` (`byte` is automatically converted to `u8` by vfmt).