From 08302ed5fcf0faea887d787a4fb85a1c2513d31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 6 Feb 2023 21:29:03 +0000 Subject: [PATCH] prepare changelog for v0.9.2 I will do the tag tomorrow morning. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7c06b..58a7c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v0.9.2] - 2023-02-07 + +This bugfix release continues support for Go 1.19 and 1.20, and features: + +* Support `go:linkname` directives referencing methods - [#656] +* Fix more "unused import" errors with `-literals` - [#658] + ## [v0.9.1] - 2023-01-26 This bugfix release continues support for Go 1.19 and the upcoming Go 1.20, @@ -185,6 +192,10 @@ Known bugs: * obfuscating the standard library with `GOPRIVATE=*` is not well supported yet * `garble test` is temporarily disabled, as it is currently broken +[v0.9.2]: https://github.com/burrowers/garble/releases/tag/v0.9.2 +[#656]: https://github.com/burrowers/garble/issues/656 +[#658]: https://github.com/burrowers/garble/issues/658 + [v0.9.1]: https://github.com/burrowers/garble/releases/tag/v0.9.1 [#610]: https://github.com/burrowers/garble/issues/610 [#646]: https://github.com/burrowers/garble/issues/646