From b62530619cbaff61c9844ee93920462772e37928 Mon Sep 17 00:00:00 2001 From: Youssef Raafat Date: Thu, 12 Jan 2023 18:03:06 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fbdeb27e..713048c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - 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 Instabug.isRunningLive API. +- Deprecates BugReporting.onSDKDismissedHandler in favour of BugReporting.onDismissHandler that has the correct enum types. ## 11.6.0 (2022-12-29)