CHANGELOG: add entry for v0.10.1

No longer linking to issues manually, since GitHub does it for us
in the releases markdown rendering.
pull/772/head
Daniel Martí 2 years ago
parent 2a10dc7f41
commit 8f7248939c

@ -1,5 +1,12 @@
# Changelog
## [v0.10.1] - 2023-06-25
This bugfix release continues support for Go 1.20 and the upcoming 1.21,
and features:
* Avoid obfuscating local types used for reflection, like in `go-spew` - #765
## [v0.10.0] - 2023-06-05
This release drops support for Go 1.19, continues support for Go 1.20,
@ -235,6 +242,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.10.1]: https://github.com/burrowers/garble/releases/tag/v0.10.1
[v0.10.0]: https://github.com/burrowers/garble/releases/tag/v0.10.0
[#641]: https://github.com/burrowers/garble/pull/641
[#661]: https://github.com/burrowers/garble/issues/661

Loading…
Cancel
Save