From cf7ee70a0da63d9bc6b73bbc29a28917b65b97ab Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 9 May 2014 11:26:06 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8174e18..5495c9e 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,14 @@ Recent Releases ================================ ####Please Note: trunk is current development branch. +####??-May-2014 - version 1.6.5 +Improvement - single packet encoding optimized (thanks to Viktor Endersz) +Improvement - rooms handling optimized +Feature - trustStore setting added +Feature - maxFramePayloadLength setting added +Feature - getAllClients and getClient methods added to SocketIONamespace +Fixed - SocketIOServer.getAllClients returns wrong clients amount + ####25-Mar-2014 - version 1.6.4 released (JDK 1.6+ compatible, Netty 4.0.17) Fixed - message release problem Fixed - problem with exception listener configuration redefinition