Skip to content

Commit

Permalink
initial changelog draft for v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Nov 29, 2022
1 parent 1877dfb commit bcc2de8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v0.8.0] - 2022-11-??

This release drops support for Go 1.18, continues support for Go 1.19,
and adds initial support for the upcoming Go 1.20.

Noteworthy changes include:

* Obfuscate assembly source code filenames - [#605]
* Randomize the lengths of obfuscated names
* Support obfuscating `time` and `syscall`

## [v0.7.2] - 2022-09-26

This bugfix release continues support for Go 1.18 and 1.19 and features:
Expand Down Expand Up @@ -146,6 +157,8 @@ Known bugs:
* obfuscating the standard library with `GOPRIVATE=*` is not well supported yet
* `garble test` is temporarily disabled, as it is currently broken

[#605]: https://github.com/burrowers/garble/issues/605

[v0.7.2]: https://github.com/burrowers/garble/releases/tag/v0.7.2
[#573]: https://github.com/burrowers/garble/issues/573
[#577]: https://github.com/burrowers/garble/issues/577
Expand Down

0 comments on commit bcc2de8

Please sign in to comment.