Skip to content

Commit

Permalink
CHANGELOG: finalise for v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Dec 3, 2023
1 parent d283d84 commit 02175c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down

0 comments on commit 02175c5

Please sign in to comment.