CHANGELOG: prepare for v0.9.1 release

pull/664/head v0.9.1
Daniel Martí 1 year ago
parent 0ec363d9c8
commit f34be3f572

@ -1,5 +1,14 @@
# Changelog
## [v0.9.1] - 2023-01-26
This bugfix release continues support for Go 1.19 and the upcoming Go 1.20,
and features:
* Support obfuscating code which uses "dot imports" - [#610]
* Fix linking errors for MIPS architectures - [#646]
* Compiler intrinsics for packages like `math/bits` work again - [#655]
## [v0.9.0] - 2023-01-17
This release continues support for Go 1.19 and the upcoming Go 1.20.
@ -176,6 +185,11 @@ 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.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
[#655]: https://github.com/burrowers/garble/pull/655
[v0.9.0]: https://github.com/burrowers/garble/releases/tag/v0.9.0
[#619]: https://github.com/burrowers/garble/issues/619
[#621]: https://github.com/burrowers/garble/issues/621

Loading…
Cancel
Save