From 8c7d02f6ce3392add3344a1c2d31f702de2f82a2 Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Wed, 7 Jul 2021 11:43:07 +0200 Subject: [PATCH] meta: Update Changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38051e49..8cb8dcee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ - Added a new `Client::flush` method to explicitly flush the transport and use that to make sure events are flushed out when using `panic=abort`. - Added a new `flush` hook to the `Transport` trait. - Exposed a new `RateLimiter` utility that transport implementations can use to drop envelopes early when the DSN is being rate limited. -- Allow capturing backtraces from anyhow errors. +- Optionally allow capturing backtraces from anyhow errors. - Added new crate `sentry-tracing` and feature `tracing` that enables support to capture Events and Breadcrumbs from tracing logs. **Fixes**: @@ -29,6 +29,7 @@ Features, fixes and improvements in this release have been contributed by: - [@Jake-Shadle](https://github.com/Jake-Shadle) - [@Tuetuopay](https://github.com/Tuetuopay) - [@irevoire](https://github.com/irevoire) +- [@pbzweihander](https://github.com/pbzweihander) ## 0.22.0