From e3bc93c0ca2e166b81890cb82ad2addbc0fec7b0 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Thu, 20 Oct 2022 14:27:07 -0400 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e3eabb2..7552d8d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ modifying code to account for new releases. [upgrading guide]: https://docs.rs/snafu/*/snafu/guide/upgrading/index.html +## [0.7.3] - 2022-10-20 + +### Fixed + +- The macro no longer generates invalid code when implicitly-generated + types (such as backtraces) were used in conjunction with + `#[snafu(source(from))]` and the type before transformation does not + implement `std::error::Error`. + +[0.7.3]: https://github.com/shepmaster/snafu/releases/tag/0.7.3 + ## [0.7.2] - 2022-10-09 ### Added