diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d4682ab..475b5028 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,9 @@ - Added support for `onPermissionRequest` event on iOS 15.0+ - Added `debugLoggingSettings` static property for WebView and ChromeSafariBrowser - Updated `getMetaThemeColor` on iOS 15.0+ -- Deprecated `onLoadError` for `onReceivedError`. `onReceivedError` will be called also for subframes. -- Deprecated `onLoadHttpError` for `onReceivedError`. `onReceivedHttpError` will be called also for subframes. +- Deprecated `onLoadError` for `onReceivedError`. `onReceivedError` will be called also for subframes +- Deprecated `onLoadHttpError` for `onReceivedError`. `onReceivedHttpError` will be called also for subframes +- Deprecated `onLoadResourceCustomScheme` for `onLoadResourceWithCustomScheme` ### BREAKING CHANGES