diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3e29f3c..2788d7dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - Deprecates Instabug.start in favour of Instabug.init that takes a configuration object for SDK initialization. - 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. - Deprecates the enums: sdkDebugLogsLevel and logLevel in favour of a new enum LogLevel. +- Deprecates BugReporting.onSDKDismissedHandler in favour of BugReporting.onDismissHandler that has the correct enum types. ## 11.6.0 (2022-12-29)