From 4ce97f0a79a852eb9701c9d41bb7ab76105a4fa6 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 17 Apr 2015 15:30:57 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3ee6720..4aeab5c 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,10 @@ Recent Releases ================================ ####Please Note: trunk is current development branch. +####26-Mar-2015 - version 1.6.7 released +Improvement - `useStrictOrdering` param added for websocket packets strict ordering +Improvement - `FAIL_ON_EMPTY_BEANS = false` option setted in json decoder + ####18-Feb-2015 - version 1.7.7 released Improvement - no need to add jackson lib if you use own JsonSupport impl Fixed - SocketIO client 1.3.x support