Skip to content

Commit

Permalink
chore: Update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Oct 22, 2020
1 parent e6cb9e3 commit 9f0e4df
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,30 @@
# Changelog

## TBD
## v7.5.1

### Fixed

- (browser): Added missing type definition for `trackInlineScripts` option [#1102](https://github.com/bugsnag/bugsnag-js/pull/1102) / [#1097](https://github.com/bugsnag/bugsnag-js/pull/1097)

### Changed

- (expo): Bump expo dependency versions to keep in sync [#1103](https://github.com/bugsnag/bugsnag-js/pull/1103)
- (react-native): Update bugsnag-cocoa to v6.2.2
- Support "foreground" duration in MacOS as well.
[848](https://github.com/bugsnag/bugsnag-cocoa/pull/848)
- Timestamp accuracy in reports has been increased from seconds to milliseconds.
[847](https://github.com/bugsnag/bugsnag-cocoa/pull/847)
- Calculation of "foreground" duration now also includes time in
UIApplicationStateActive and UIApplicationStateInactive states in order to
match Apple's definition of "foreground".
[839](https://github.com/bugsnag/bugsnag-cocoa/pull/839)
- (react-native): Update bugsnag-android to v5.2.2
- Avoid crash when initializing bugsnag in attachBaseContext
[#953](https://github.com/bugsnag/bugsnag-android/pull/953)
- Prevent ConcurrentModificationException when setting redactedKeys
[#947](https://github.com/bugsnag/bugsnag-android/pull/947)


## 7.5.0 (2020-10-08)

### Added
Expand Down

0 comments on commit 9f0e4df

Please sign in to comment.