From 7b6c81c1979820cf43405d0ae2fc4ec6e5886bab Mon Sep 17 00:00:00 2001 From: Jacob Kiesel Date: Mon, 29 Jul 2024 18:07:26 -0600 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b6e00..ced4fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 6.0.2 + +- Add `tracing` feature which outputs debugging information to the [`tracing`](https://crates.io/crates/tracing) ecosystem. + ## 6.0.1 - Remove dependency on `once_cell` for Windows users, replace with `std::sync::OnceLock`.