Skip to content

Commit

Permalink
pr feedback: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Danz committed Jan 31, 2025
1 parent f9fd8ea commit 3532a7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
- Allow older toolchains with assemblers that don't support PAC-stripping instructions on `aarch64` to compile `crashpad`. ([#1125](https://github.com/getsentry/sentry-native/pull/1125), [crashpad#118](https://github.com/getsentry/crashpad/pull/118))
- Set default `max_spans` to 1000. ([#1132](https://github.com/getsentry/sentry-native/pull/1132))

**Breaking changes**
- Return type of `sentry_capture_minidump` and `sentry_capture_minidump_n` changed from `void` to `sentry_uuid_t` to ease in callee ensuring the dump was captured as expected ([#1138](https://github.com/getsentry/sentry-native/pull/1138))

## 0.7.19

**Fixes**:
Expand Down

0 comments on commit 3532a7b

Please sign in to comment.