Skip to content

Commit 8de0ac5

Browse files
authored
Update CHANGELOG with fixes and improvements
Added a section for fixes and improvements in CHANGELOG.
1 parent 9ebf2be commit 8de0ac5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
}
1616
```
1717

18+
### Fixes
19+
20+
- Flush logs on crash ([#4684](https://github.com/getsentry/sentry-java/pull/4684))
21+
1822
### Improvements
1923

2024
- Remove internal API status from get/setDistinctId ([#4708](https://github.com/getsentry/sentry-java/pull/4708))
@@ -47,10 +51,6 @@
4751
- Add support for `vars` attribute in `SentryStackFrame` ([#4686](https://github.com/getsentry/sentry-java/pull/4686))
4852
- **Breaking change**: The type of the `vars` attribute has been changed from `Map<String, String>` to `Map<String, Object>`.
4953

50-
### Fixes
51-
52-
- Flush logs on crash ([#4684](https://github.com/getsentry/sentry-java/pull/4684))
53-
5454
## 8.20.0
5555

5656
### Fixes

0 commit comments

Comments
 (0)