Skip to content

Commit

Permalink
docs: reorganize changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Jul 14, 2021
1 parent d672749 commit 83b85a8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,21 @@

## 5.10.0 (2021-07-14)

### Enhancements

* Capture process name in Event payload
[#1318](https://github.com/bugsnag/bugsnag-android/pull/1318)

### Bug fixes

* Avoid unnecessary BroadcastReceiver registration for monitoring device orientation
[#1303](https://github.com/bugsnag/bugsnag-android/pull/1303)

* Register system callbacks on background thread
[#1292](https://github.com/bugsnag/bugsnag-android/pull/1292)

* Fix rare NullPointerExceptions from ConnectivityManager
[1311](https://github.com/bugsnag/bugsnag-android/pull/1311)
[#1311](https://github.com/bugsnag/bugsnag-android/pull/1311)

* Respect manual setting of context
[#1310](https://github.com/bugsnag/bugsnag-android/pull/1310)
Expand All @@ -20,9 +27,6 @@
* React Native: allow serializing enabledBreadcrumbTypes as null
[#1316](https://github.com/bugsnag/bugsnag-android/pull/1316)

* Capture process name in Event payload
[#1318](https://github.com/bugsnag/bugsnag-android/pull/1318)

## 5.9.5 (2021-06-25)

* Unity: Properly handle ANRs after multiple calls to autoNotify and autoDetectAnrs
Expand Down

0 comments on commit 83b85a8

Please sign in to comment.