From 67cf1668f2cefed63aa16ba24e75ea5aa4c7e6fd Mon Sep 17 00:00:00 2001 From: becvert Date: Sun, 25 Jun 2017 17:15:12 +0200 Subject: [PATCH] update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 41ffc2d..f0464b6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ This is not a background service. When the cordova view is destroyed/terminated, ## Changelog ## +#### 1.4.4 + +- [Android] fixed NPE when getting HostAddress. 'addr' or 'remoteAddr' fields may be null. +- [Android] fixed WebsocketNotConnectedException when calling send +- [Android] upgrading to [org:java-websocket:1.3.3](https://github.com/TooTallNate/Java-WebSocket) + #### 1.4.3 - plugin.xml: moving js clobbers from global to only supported platforms