diff --git a/README.md b/README.md index f3b85f3..0cd7d7e 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,11 @@ Recent Releases ================================ ####Please Note: trunk is current development branch. +####??-Jun-2014 - version 1.7.0 +Feature - Socket.IO 1.0 protocol support. Thanks to the new protocol decoding/encoding has speedup +__Dropped__ - `SocketIOClient.sendMessage`, `SocketIOClient.sendJsonObject` methods and corresponding listeners +__Dropped__ - Flashsocket transport support + ####13-May-2014 - version 1.6.5 released (JDK 1.6+ compatible, Netty 4.0.19) Improvement - single packet encoding optimized, used mostly in WebSocket transport. Encoding time reduced up to 40% (thanks to Viktor Endersz) Improvement - rooms handling optimized