From 02175c5018fb156dce4545fb5eb2398181306479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 3 Dec 2023 13:08:20 +0000 Subject: [PATCH] CHANGELOG: finalise for v0.11.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1324c8d..d86cc8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Changelog -## [v0.11.0] - 2023-11-?? (TODO) +## [v0.11.0] - 2023-12-02 This release drops support for Go 1.20, continues support for Go 1.21, -and adds initial support for the upcoming Go 1.22 (TODO). +and adds initial support for the upcoming Go 1.22. @lu4p and @mvdan improved the code using SSA to detect which types are used with reflection, which should fix a number of errors such as `cannot use T1 as T2` or `cannot convert T1 to T2`.