prepare changelog for v0.9.2

I will do the tag tomorrow morning.
pull/671/head
Daniel Martí 2 years ago committed by lu4p
parent 6d54a77771
commit 08302ed5fc

@ -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

Loading…
Cancel
Save