From 275cae37c0a99147fcd9a10754a880ea34fb9880 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Sun, 13 Oct 2013 07:35:13 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e09ba10..09def4b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ Recent Releases ================================ ####Please Note: trunk is current development branch. +####13-Oct-2013 - version 1.5.1 released (JDK 1.6+ compatible, Netty 4.0.9) +Fixed - wrong ack timeout invocation +Fixed - bigdecimal serialization for JSON +Fixed - infinity loop during packet handling exception +Fixed - 'client not found' handling + ####27-Aug-2013 - version 1.5.0 released (JDK 1.6+ compatible, Netty 4.0.7) Improvement - encoding buffers allocation optimization. Improvement - encoding buffers now pooled in memory to reduce GC pressure (netty 4.x feature).