From 3d0ccb7b5e019f2e98cbea2f5c5ea89b6b88dbd2 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 15 Dec 2015 22:03:26 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2e8f09edd..fbf851304 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,11 @@ Recent Releases ================================ ####Please Note: trunk is current development branch. +####15-Dec-2015 - version 2.2.3 released +Feature - ability to set connection listener via `Config.connectionListener` setting +Fixed - `RLock` expiration bug fixed (regression bug since 2.2.2) +Fixed - NPE in `RedissonSortedSet` constructor + ####14-Dec-2015 - version 2.2.2 released Feature - `isShuttingDown` and `isShutdown` methods were added to RedissonClient and RedissonReactiveClient Feature - __new object added__ `RSetCacheReactive`