From 60a6019f196ece4da360038f905b6c154426a64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 12 Apr 2026 20:37:22 +0100 Subject: [PATCH] CHANGELOG: add entry for v0.16.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 071e8cc..e3ed425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.16.0] - 2026-04-12 + +This release adds support for Go 1.26 and drops support for Go 1.25. + +A number of fixes are also included: +* Fix a number of bugs relating to obfuscating generic struct types +* Fix a bug where using `-tiny` would cause GODEBUG knobs to be ignored +* Improve the reflect detection to support `gin` templates + ## [v0.15.0] - 2025-08-31 This release adds support for Go 1.25 and drops support for Go 1.23 @@ -354,6 +363,8 @@ Known bugs: * obfuscating the standard library with `GOPRIVATE=*` is not well supported yet * `garble test` is temporarily disabled, as it is currently broken +[v0.16.0]: https://github.com/burrowers/garble/releases/tag/v0.16.0 +[v0.15.0]: https://github.com/burrowers/garble/releases/tag/v0.15.0 [v0.14.2]: https://github.com/burrowers/garble/releases/tag/v0.14.2 [v0.14.1]: https://github.com/burrowers/garble/releases/tag/v0.14.1 [v0.14.0]: https://github.com/burrowers/garble/releases/tag/v0.14.0