Skip to content

Commit

Permalink
Add two missing breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim committed Nov 10, 2021
1 parent 4303c48 commit 99e0922
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
**Breaking Changes**:

- The `backtrace` feature of `sentry-anyhow` is enabled by default. ([362](https://github.com/getsentry/sentry-rust/pull/362))
- The `tracing-subscriber` dependency of `sentry-tracing` has been bumped to version `0.3.x`. ([377](https://github.com/getsentry/sentry-rust/pull/377))
- `Scope::add_event_processor` now takes a generic parameter instead of a boxed function.([380](https://github.com/getsentry/sentry-rust/pull/380))

**Features**:

Expand All @@ -27,6 +29,7 @@ Features, fixes and improvements in this release have been contributed by:
- [@Jasper-Bekkers](https://github.com/Jasper-Bekkers)
- [@danielnelson](https://github.com/danielnelson)
- [@leops](https://github.com/leops)
- [@Turbo87](https://github.com/Turbo87)

## 0.23.0

Expand Down

0 comments on commit 99e0922

Please sign in to comment.