From 52db786aab085f6ba38eacd46c6278790c51e28f Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Sun, 29 May 2016 22:45:15 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a3035f13..fbab79055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Redisson Releases History ####27-May-2016 - version 2.2.14 released Redisson Team is pleased to announce [Redisson PRO](http://redisson.pro) edition. This version is based on open-source edition and has 24x7 support and some features. -Feature - __`RMap`, `RSet` data sharding support in cluster mode__ available only in [Redisson PRO](http://redisson.pro) edition +Feature - __data sharding for `RMap`, `RSet` structures in cluster mode__ available only in [Redisson PRO](http://redisson.pro) edition Feature - __new object added__ `RLock` with fair mode support Feature - Ability to execute interface methods used for RemoteService in asynchronous way Feature - `RSemaphoreAsync` interface implemented