We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d283d84 commit 02175c5Copy full SHA for 02175c5
CHANGELOG.md
@@ -1,9 +1,9 @@
1
# Changelog
2
3
-## [v0.11.0] - 2023-11-?? (TODO)
+## [v0.11.0] - 2023-12-02
4
5
This release drops support for Go 1.20, continues support for Go 1.21,
6
-and adds initial support for the upcoming Go 1.22 (TODO).
+and adds initial support for the upcoming Go 1.22.
7
8
@lu4p and @mvdan improved the code using SSA to detect which types are used with reflection,
9
which should fix a number of errors such as `cannot use T1 as T2` or `cannot convert T1 to T2`.
0 commit comments