From 09327d119c02e2597c2fbcef71925b34af61d76f Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 13 May 2014 10:17:29 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5126dd2..22cbaa5 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Recent Releases Improvement - single packet encoding optimized, used mostly in WebSocket transport. Encoding time reduced up to 40% (thanks to Viktor Endersz) Improvement - rooms handling optimized Improvement - ExceptionListener.exceptionCaught method added +__Breaking api change__ - Configuration.autoAck replaced with ackMode Feature - trustStore setting added Feature - maxFramePayloadLength setting added Feature - getAllClients and getClient methods added to SocketIONamespace