fixed CHANGELOG.md

This commit is contained in:
Lorenzo Pichilli 2023-12-17 23:09:01 +01:00
parent ac245e6eff
commit a4e2170271
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
- Updated minimum platform interface and implementation versions
- Added `InAppBrowser.onMainWindowWillClose` event
- Added `WindowType.WINDOW` for `InAppWebViewSettings.windowType`
- Added `WindowType.WINDOW` for `InAppBrowserSettings.windowType`
- Fixed "Cloudflare Turnstile failure" [#1738](https://github.com/pichillilorenzo/flutter_inappwebview/issues/1738)
- Fixed `InAppWebViewController.callAsyncJavaScript` Android-issue when the last line of the `functionBody` parameter includes a code comment
### BREAKING CHANGES
- Default value of `InAppWebViewSettings.windowType` is `WindowType.WINDOW`
- Default value of `InAppBrowserSettings.windowType` is `WindowType.WINDOW`
## 6.0.0-beta.32