From 62399eeeaf3b3996af79c064985bd4cebe6cd784 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 14 Jul 2016 22:06:04 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c8e4a06..f70d3882c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Redisson Releases History ================================ ####Please Note: trunk is current development branch. +####14-Jul-2016 - version 2.2.20 released +Fixed - NPE during pubsub re-subscription (regression since 2.2.18) +Fixed - `RSortedSet` doesn't work in cluster mode (regression since 2.2.16) +Fixed - PubSub connection pool initialization in cluster mode +Fixed - NPE during pubsub usage in cluster mode (regression since 2.2.18) + ####13-Jul-2016 - version 2.2.19 released Feature - `RSetReactive.readIntersection`, `RSetReactive.diff` and `RSetReactive.intersection` added Fixed - cluster commands handling regression (regression since 2.2.18)