From edeb562d616cda54c407f1f218b507c922a64fa7 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Fri, 24 May 2024 12:59:21 -0400 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d7c18..f973849 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.8.3] - 2024-05-24 + +### Changed + +- `Report` now prints an "Error: " prefix when returned directly from + `main` or tests. + +- Support heck version 0.5 in addition to 0.4. + +[0.8.3]: https://github.com/shepmaster/snafu/releases/tag/0.8.3 + ## [0.8.2] - 2024-03-11 ### Fixed