updated CHANGELOG.md

This commit is contained in:
pichillilorenzo 2019-03-15 03:02:38 +01:00
parent 177887a817
commit db284c7aca
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
## 1.1.0
- Breaking change for `addJavaScriptHandler` method
- `addJavaScriptHandler` method can return data to JavaScript using `Promise` [#46](https://github.com/pichillilorenzo/flutter_inappbrowser/issues/46)
- added `flutterInAppBrowserPlatformReady` JavaScript event to wait until the platform is ready [#64](https://github.com/pichillilorenzo/flutter_inappbrowser/issues/64)