From 91604158d9cd635de1750b517a12a43f5e356b65 Mon Sep 17 00:00:00 2001 From: Nikita Date: Wed, 5 Feb 2014 09:29:31 +0400 Subject: [PATCH] README.md updated --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c4b81668e..5404721e6 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Features ================================ * Distributed implementation of `java.util.List` * Distributed implementation of `java.util.Set` +* Distributed implementation of `java.util.SortedSet` * Distributed implementation of `java.util.Queue` * Distributed implementation of `java.util.Map` * Distributed implementation of `java.util.concurrent.ConcurrentMap` @@ -27,6 +28,10 @@ Recent Releases ================================ ####Please Note: trunk is current development branch. +####??-Feb-2014 - version 1.0.2 +Feature - distributed implementation of `java.util.SortedSet` +Fixed - OSGi compability + ####17-Jan-2014 - version 1.0.1 released Improvement - forceUnlock, isLocked, isHeldByCurrentThread and getHoldCount methods added to RLock Feature - connection load balancer to use multiple Redis servers