Skip to content

Commit

Permalink
CHANGELOG: finish up for a release
Browse files Browse the repository at this point in the history
The trash block generator docs aren't ready yet, they will come soon.
This is not a release blocker, given that the control flow obfuscator
is experimental and opt-in for now.
  • Loading branch information
mvdan committed Feb 10, 2024
1 parent b469dca commit f3f57e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## [v0.12.0] - 2024-02-??
## [v0.12.0] - 2024-02-10

This release continues support for Go 1.21 and includes fixes for Go 1.22,
now that the final 1.22.0 release is out.
Expand All @@ -9,7 +9,6 @@ now that the final 1.22.0 release is out.
fixing more `cannot use T1 as T2` errors when obfuscating types. See [#690].

@pagran added a trash block generator to the control flow obfuscator.
TODO: link to the docs once they are in master?
See [#825].

A number of bugfixes are also included:
Expand Down Expand Up @@ -278,6 +277,7 @@ Known bugs:
* obfuscating the standard library with `GOPRIVATE=*` is not well supported yet
* `garble test` is temporarily disabled, as it is currently broken

[v0.12.0]: https://github.com/burrowers/garble/releases/tag/v0.12.0
[#690]: https://github.com/burrowers/garble/issues/690
[#812]: https://github.com/burrowers/garble/issues/812
[#816]: https://github.com/burrowers/garble/pull/816
Expand Down

0 comments on commit f3f57e3

Please sign in to comment.