diff --git a/README.md b/README.md index 1ca9cd405..17327489f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Recent Releases ================================ ####Please Note: trunk is current development branch. -####??-June-2014 - version 1.0.5 +####07-June-2014 - version 1.1.0 released Feature - master/slave connection management Feature - simple set/get object support via `org.redisson.core.RBucket` Feature - hyperloglog support via `org.redisson.core.RHyperLogLog` @@ -38,6 +38,7 @@ Feature - new methods `getAsync`, `putAsync` and `removeAsync` added to `org.red Feature - new method `publishAsync` added to `org.redisson.core.RTopic` Feature - [Kryo](https://github.com/EsotericSoftware/kryo) codec added (thanks to mathieucarbou) __Breaking api change__ - `org.redisson.Config` model changed +Fixed - score calucaltion algorithm used in `RSortedSet`. Fixed - `RMap.put` & `RMap.remove` result consistency fixed. Fixed - `RTopic.publish` now returns the number of clients that received the message Fixed - reconnection handling (thanks to renzihui)