From 6e9f23d35dc9c76bb8c8611973bcbbfd9f5c9158 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Sat, 14 Mar 2015 14:10:09 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2b1833c7..471cfeae3 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,13 @@ Recent Releases Feature - implementation of `java.util.concurrent.BlockingQueue` (thanks to pdeschen) Feature - buckets load by pattern (thanks to mathieucarbou) Improvement - IPv6 support +Improvement - `isEmpty` checks for collections added Fixed - KryoCodec keys decoding (thanks to mathieucarbou) Fixed - `RMap.addAndGet()` data format -Fixed - timeout support in cluster, sentinel and single connections configurations +Fixed - timeout support in cluster, sentinel and single connections configurations Fixed - ClassCastException in `RedissonCountDownLatch.trySetCount` +Fixed - `RMap.replace` concurrency issue (thanks to AndrewKolpakov) +Fixed - `RLock` subscription timeout units fixed (thanks to AndrewKolpakov) ####09-Jan-2015 - version 1.2.0 released Feature - cluster mode support