From d65f8690b4c4e5e1bb05ad3a8ea31de577bb8141 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Mon, 19 Dec 2022 10:19:49 -0500 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7552d8d3..48f5daa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ modifying code to account for new releases. [upgrading guide]: https://docs.rs/snafu/*/snafu/guide/upgrading/index.html +## [0.7.4] - 2022-12-19 + +### Changed + +- `Report` and the `[report]` macro now remove redundant parts from + the messages that many errors duplicate from their underlying + sources. + +[0.7.4]: https://github.com/shepmaster/snafu/releases/tag/0.7.4 + ## [0.7.3] - 2022-10-20 ### Fixed