Skip to content

Commit f3f57e3

Browse files
committed
CHANGELOG: finish up for a release
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.
1 parent b469dca commit f3f57e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [v0.12.0] - 2024-02-??
3+
## [v0.12.0] - 2024-02-10
44

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

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

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

280+
[v0.12.0]: https://github.com/burrowers/garble/releases/tag/v0.12.0
281281
[#690]: https://github.com/burrowers/garble/issues/690
282282
[#812]: https://github.com/burrowers/garble/issues/812
283283
[#816]: https://github.com/burrowers/garble/pull/816

0 commit comments

Comments
 (0)