Skip to content

Commit d990a0f

Browse files
committed
fix changelog
1 parent d5663fb commit d990a0f

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
### Fixes
1111

1212
- View hierarchy reads size from RenderBox only ([#1258](https://github.com/getsentry/sentry-dart/pull/1258))
13+
- Try to avoid ConcurrentModificationError by not using a Future.forEach ([#1259](https://github.com/getsentry/sentry-dart/pull/1259))
14+
15+
### Dependencies
16+
17+
- Bump Android SDK from v6.12.1 to v6.13.0 ([#1250](https://github.com/getsentry/sentry-dart/pull/1250))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6130)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/6.12.1...6.13.0)
1320

1421
## 7.0.0-beta.1
1522

@@ -103,16 +110,6 @@
103110
- Use `sentryClientName` instead of `sdk.identifier` ([#1135](https://github.com/getsentry/sentry-dart/pull/1135))
104111
- Refactor `BindingUtils` to `BindingWrapper` to enable the use of custom bindings ([#1184](https://github.com/getsentry/sentry-dart/pull/1184))
105112
- Bump Flutter min to 3.0.0 and Dart to 2.17.0 ([#1180](https://github.com/getsentry/sentry-dart/pull/1180))
106-
## Unreleased
107-
### Fixes
108-
109-
- Try to avoid ConcurrentModificationError by not using a Future.forEach ([#1259](https://github.com/getsentry/sentry-dart/pull/1259))
110-
111-
### Dependencies
112-
113-
- Bump Android SDK from v6.12.1 to v6.13.0 ([#1250](https://github.com/getsentry/sentry-dart/pull/1250))
114-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6130)
115-
- [diff](https://github.com/getsentry/sentry-java/compare/6.12.1...6.13.0)
116113

117114
## 6.19.0
118115

0 commit comments

Comments
 (0)