Skip to content

Commit af457ab

Browse files
committed
Update CHANGELOG.md
1 parent c0de9b5 commit af457ab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v11.9.1...dev)
4+
5+
### Added
6+
7+
- Add CodePush Support ([#877](https://github.com/Instabug/Instabug-React-Native/pull/877)).
8+
39
## [11.9.1](https://github.com/Instabug/Instabug-React-Native/compare/v11.9.0...v11.9.1) (March 01, 2023)
410

511
### Changed
@@ -31,6 +37,9 @@
3137
- Fixes external global error handlers not being called after initializing Instabug.
3238
- Fixes `BugReporting.setDidSelectPromptOptionHandler` on iOS.
3339
- Exports native Android SDK using `api` instead of `implementation`.
40+
- Deprecates Instabug.start in favour of Instabug.init that takes a configuration object for SDK initialization.
41+
- Deprecates Instabug.setDebugEnabled, Instabug.setSdkDebugLogsLevel, and APM.setLogLevel in favour of debugLogsLevel property, which can be passed to InstabugConfig while initializing the SDK using Instabug.init.
42+
- Deprecates the enums: sdkDebugLogsLevel and logLevel in favour of a new enum LogLevel.
3443

3544
## 11.6.0 (2022-12-29)
3645

0 commit comments

Comments
 (0)