From b1bb2202a8c1b368b86579ad6dbdf2d07a43008d Mon Sep 17 00:00:00 2001 From: Francesco Vigliaturo Date: Thu, 9 Jun 2022 10:37:19 +0200 Subject: [PATCH] Updates the CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10b68860..b3519d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Remove `backtrace-rs` feature, as the default choice when not specified (#130) +### Fixed +- Export `UnresolvedReport` type to allow developers to get the unresolved report (#132) + ## [0.9.1] - 2022-05-19 ### Fixed