From b45d9cedae7341bad999473ab8e7d53c74a2e7c0 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 13 May 2014 10:25:40 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 386e34e..9d07c7f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Recent Releases ================================ ####Please Note: trunk is current development branch. -####13-May-2014 - version 1.6.5 +####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 Improvement - ExceptionListener.exceptionCaught method added