From 3edbc31fce75a0a367c5098aa9c98de996e10efe Mon Sep 17 00:00:00 2001 From: Jacob Kiesel Date: Thu, 31 Oct 2024 20:46:09 -0600 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdc41b5..2afe6fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 7.0.0 + +- Add support to `WhichConfig` for a user provided closure that will be called whenever a nonfatal error occurs. + This technically breaks a few APIs due to the need to add more generics and lifetimes. Most code will compile + without changes. + ## 6.0.3 - Enhance `tracing` feature with some `debug` level logs for higher level logic.