diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index e085d79a..8ff85f57 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -15,9 +15,7 @@
-
-
@@ -49,7 +47,7 @@
-
+
@@ -57,7 +55,7 @@
-
+
@@ -97,8 +95,8 @@
-
-
+
+
@@ -106,7 +104,7 @@
-
+
@@ -118,8 +116,8 @@
-
-
+
+
@@ -161,7 +159,6 @@
- onLoadStart
distributionUrl
args.putIfAbsent('isData', () => false);
VERSIONING_SYSTEM
@@ -191,6 +188,7 @@
dart
```
JavaScriptHandlerCallback
+ addJavaScriptHandler
activity.getPreferences(0)
@@ -467,7 +465,7 @@
-
+
@@ -485,7 +483,7 @@
-
+
@@ -700,16 +698,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -781,16 +769,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -798,10 +776,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40b64971..360dd0b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
## 1.1.0
-- Breaking change for `addJavaScriptHandler` method
+- Breaking change for `addJavaScriptHandler` and `removeJavaScriptHandler` methods.
- `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)