From 6f174bed96faf1aa5e749c8a442a638c73f97be2 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 29 Sep 2016 12:14:14 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3a0af95..a6723c4 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,13 @@ Recent Releases ================================ #### Please Note: trunk is current development branch. +#### 27-Aug-2016 - version 1.7.12 released +Feature - `SocketIOServer.removeAllListeners` method added +Feature - `BroadcastOperations.sendEvent` method with `excludedClient` param added +Improvement - Redisson updated to 2.4.0 +Fixed - memory leak in Namespace object (thanks to @CrazyIvan007) + + #### 13-Jul-2016 - version 1.7.11 released Fixed - Throw error if transport not supported Fixed - Client disconnecting when using Polling - IndexOutOfBoundsException