Skip to content
Merged
Prev Previous commit
fix
  • Loading branch information
marandaneto committed Jul 27, 2023
commit 53f2304b61eaefb643ff452c77a2772f2aae9c54
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Changelog

## 7.9.0
## 8.0.0

### Feature
### Breaking Changes

- Mark exceptions not handled by user as `handled: false` ([#1535](https://github.com/getsentry/sentry-dart/pull/1535))
- Mark exceptions not handled by the user as `handled: false` ([#1535](https://github.com/getsentry/sentry-dart/pull/1535))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 🚫 The changelog entry seems to be part of an already released section ## 8.0.0.
    Consider moving the entry to the ## Unreleased section, please.

- This will affect your release health data, and is therefore considered a breaking change.

## 7.9.0

### Features

Expand Down