Skip to content

Commit 7bd7bbf

Browse files
authored
fix changelog for unreleased SDK hang fix (#5298)
1 parent bfc5ee1 commit 7bd7bbf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# Changelog
22

3-
## 8.39.0
3+
## Unreleased
44

55
### Fixes
66

77
- Fix `JsonObjectReader` and `MapObjectReader` hanging indefinitely when deserialization errors leave the reader in an inconsistent state ([#5293](https://github.com/getsentry/sentry-java/pull/5293))
88
- Failed collection values are now skipped so parsing can continue
99
- Skipped collection values emit `WARNING` logs
1010
- Unknown-key failures and unrecoverable recovery failures emit `ERROR` logs
11+
12+
## 8.39.0
13+
14+
### Fixes
15+
1116
- Fix ANR caused by `GestureDetectorCompat` Handler/MessageQueue lock contention in `SentryWindowCallback` ([#5138](https://github.com/getsentry/sentry-java/pull/5138))
1217

1318
### Internal

0 commit comments

Comments
 (0)