From ad309314bdb213c91b0ac8e5c5cb0a65b4ca2c98 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Sat, 26 Nov 2016 10:51:30 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f9010c4..1b71ad33e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Redisson Releases History ================================ ####Please Note: trunk is current development branch. -####26-Nov-2016 - version 2.7.0 and 3.2.0 released +####26-Nov-2016 - versions 2.7.0 and 3.2.0 released Feature - __Spring Session implementation__. More details [here](https://github.com/redisson/redisson/wiki/14.-Integration%20with%20frameworks/#145-spring-session) Feature - __Tomcat Session Manager implementation__. More details [here](https://github.com/redisson/redisson/wiki/14.-Integration%20with%20frameworks/#144-tomcat-redis-session-manager) @@ -14,14 +14,14 @@ Fixed - Wrong nodes parsing in result of cluster info command Fixed - NullPointerException in CommandDecoder.handleResult Fixed - Redisson shutdown status should be checked during async command invocation -####07-Nov-2016 - version 2.6.0 and 3.1.0 released +####07-Nov-2016 - versions 2.6.0 and 3.1.0 released Feature - __JCache API (JSR-107) implementation__ . More info about it [here](https://github.com/redisson/redisson/wiki/14.-Integration%20with%20frameworks/#143-jcache-api-jsr-107-implementation) Feature - __new object added__ `RBinaryStream`. More info about it [here](https://github.com/redisson/redisson/wiki/6.-distributed-objects/#62-binary-stream-holder) Improvement - limit Payload String on RedisTimeoutException Improvement - Elasticache master node change detection process optimization -####27-Oct-2016 - version 2.5.1 and 3.0.1 released +####27-Oct-2016 - versions 2.5.1 and 3.0.1 released Include all code changes from __2.2.27__ version