finish up changelog for 0.7.2

pull/589/head
Daniel Martí 2 years ago
parent eaa1dbd3e3
commit 3967f8aeaa

@ -2,10 +2,12 @@
## [v0.7.2] - 2022-09-??
This bugfix release continues support for Go 1.18 and 1.19.
This bugfix release continues support for Go 1.18 and 1.19 and features:
* Fix an edge case resulting in bad syntax due to comments - [#573]
* Avoid a panic involving generic code - [#577]
* Obfuscate Go names in assembly header files - [#553]
* Support `garble reverse` on packages using cgo or assembly - [#555]
## [v0.7.1] - 2022-08-02
@ -146,6 +148,8 @@ Known bugs:
[#573]: https://github.com/burrowers/garble/issues/573
[#577]: https://github.com/burrowers/garble/issues/577
[#553]: https://github.com/burrowers/garble/issues/553
[#555]: https://github.com/burrowers/garble/issues/555
[v0.7.1]: https://github.com/burrowers/garble/releases/tag/v0.7.1

Loading…
Cancel
Save