diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index d04cc24e7..7974b1d85 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -6,6 +6,18 @@ Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[ver Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604 =========================== +Changes in version 2.0.0.RELEASE (2017-10-02) +--------------------------------------------- +* DATAREDIS-705 - set(byte[] key, byte[] value, Expiration expiration, SetOption option) should have return value. +* DATAREDIS-704 - Upgrade to Lettuce 5.0 GA. +* DATAREDIS-703 - Upgrade to Lettuce 5.0 snapshot. +* DATAREDIS-701 - Add explicit automatic module name for Java 9. +* DATAREDIS-700 - Upgrade to OpenWebBeans 2.0.1. +* DATAREDIS-692 - Introduce nullable annotations for API validation. +* DATAREDIS-691 - Release 2.0 GA (Kay). +* DATAREDIS-603 - JedisCluster exception conversion produces NullPointerException on cache put operation. + + Changes in version 2.0.0.RC3 (2017-09-11) ----------------------------------------- * DATAREDIS-690 - Upgrade to Lettuce 5.0 RC2.