Skip to content

Commit 0188f48

Browse files
authored
chore: Fix entry in CHANGELOG
Refactored duplicate `Fixes` entry
1 parent 83a416d commit 0188f48

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- Fix soft input keyboard not being shown on the Feedback form ([#5359](https://github.com/getsentry/sentry-java/pull/5359))
2626
- Fix shake-to-report not triggering on some devices due to high acceleration threshold ([#5366](https://github.com/getsentry/sentry-java/pull/5366))
2727
- Fix feedback form retaining previous message when shown again via shake ([#5366](https://github.com/getsentry/sentry-java/pull/5366))
28+
- Avoid stack overflow when deserializing large flat JSON objects ([#5361](https://github.com/getsentry/sentry-java/pull/5361))
2829

2930
### Dependencies
3031

@@ -35,10 +36,6 @@
3536
- [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v950)
3637
- [diff](https://github.com/gradle/gradle/compare/v9.4.1...v9.5.0)
3738

38-
### Fixes
39-
40-
- Avoid stack overflow when deserializing large flat JSON objects ([#5361](https://github.com/getsentry/sentry-java/pull/5361))
41-
4239
## 8.40.0
4340

4441
### Fixes

0 commit comments

Comments
 (0)