From 91dd310bfe3bb45204c0d1092c2eead0b03510a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 1 Apr 2021 17:57:09 +0100 Subject: [PATCH] CHANGELOG: start drafting for v0.2.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7301846..36de62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ ## Unreleased +This release of Garble drops support for Go 1.15.x, which is necessary for some +of the enhancements below: + +* `garble test` allows running Go tests built with obfuscation +* `garble reverse` allows de-obfuscating output like stack traces +* Names of functions implemented in assembly are now obfuscated +* `GOPRIVATE=*` now works with packages like `crypto/tls` and `embed` + +The README is also overhauled to be more helpful to first-time users. + +Known bugs: + +* obfuscating the standard library with `GOPRIVATE=*` is not well supported yet + ## [0.1.0] - 2021-03-05 This is the first release of Garble. It supports Go 1.15.x and 1.16.x.