From 01d16eed91ff05bb61f7036cca734b297fdd60a5 Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Sun, 8 May 2022 15:09:59 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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