From 226dffc68499b4fdd2d0a289b62050db30a92f7a Mon Sep 17 00:00:00 2001 From: Jamie Lynch Date: Mon, 25 Jan 2021 09:23:40 +0000 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Ben Gourley --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c36928443..f2b7f450dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Changed - (react-native): Update bugsnag-android to v5.5.1 - - Alter ANR SIGQUIT handler to stop interfering with Google's ANR reporting, and to avoid unsafe JNI calls from within a signal handler [bugsnag-android##1078](https://github.com/bugsnag/bugsnag-android/pull/1078) - - Alter HTTP requests to stop using chunked transfer encoding [bugsnag-android##1077](https://github.com/bugsnag/bugsnag-android/pull/1077) - - Allow null device IDs, preventing rare crash in Bugsnag initialization [bugsnag-android##1083](https://github.com/bugsnag/bugsnag-android/pull/1083) + - Alter ANR SIGQUIT handler to stop interfering with Google's ANR reporting, and to avoid unsafe JNI calls from within a signal handler [bugsnag-android#1078](https://github.com/bugsnag/bugsnag-android/pull/1078) + - Alter HTTP requests to stop using chunked transfer encoding [bugsnag-android#1077](https://github.com/bugsnag/bugsnag-android/pull/1077) + - Allow null device IDs, preventing rare crash in Bugsnag initialization [bugsnag-android#1083](https://github.com/bugsnag/bugsnag-android/pull/1083) - (react-native): Update bugsnag-cocoa to v6.6.0 - The NSError `userInfo` property is now included in reports. [bugsnag-cocoa#974](https://github.com/bugsnag/bugsnag-cocoa/pull/974)