From 3967f8aeaa6de4774c7e2a0a1d05cda2a56cf541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 25 Sep 2022 20:45:57 +0100 Subject: [PATCH] finish up changelog for 0.7.2 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2f05aa..0c56af7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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