diff --git a/CHANGELOG.md b/CHANGELOG.md index 64e5f1d63..c981a1c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ - The `sentry_attach_file`, `sentry_scope_attach_file` (and their wide-string variants), and `sentry_remove_attachment` have been added to modify the list of attachments that are sent along with sentry events after a call to `sentry_init`. ([#1266](https://github.com/getsentry/sentry-native/pull/1266)) - NOTE: When using the `crashpad` backend on macOS, the list of attachments that will be added at the time of a hard crash will be frozen at the time of `sentry_init`, and later modifications will not be reflected. +**Internal**: + +- Updated `breakpad` to 2025-06-13. ([#1277](https://github.com/getsentry/sentry-native/pull/1277), [breakpad#41](https://github.com/getsentry/breakpad/pull/41)) + ## 0.9.0 **Breaking changes**: diff --git a/external/breakpad b/external/breakpad index ecff42659..7fbf89065 160000 --- a/external/breakpad +++ b/external/breakpad @@ -1 +1 @@ -Subproject commit ecff426597666af4231da8505a85a61169c5ab04 +Subproject commit 7fbf89065fbb0d26526278a5e733270f83993cda diff --git a/external/third_party/lss b/external/third_party/lss index 9719c1e1e..ed31caa60 160000 --- a/external/third_party/lss +++ b/external/third_party/lss @@ -1 +1 @@ -Subproject commit 9719c1e1e676814c456b55f5f070eabad6709d31 +Subproject commit ed31caa60f20a4f6569883b2d752ef7522de51e0