diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index ab9c3c95a..eab1ffd59 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Cassandra Changelog =============================== +Changes in version 1.3.5.RELEASE (2016-09-20) +--------------------------------------------- +* DATACASS-336 - Release 1.3.5 (Gosling SR5). +* DATACASS-287 - QueryForObjectListener will not be called, if result set is empty. +* DATACASS-263 - AuthProvider required when using with username/password. +* DATACASS-253 - CachedPreparedStatementCreator class is not threadsafe. +* DATACASS-249 - CDI support can fail due to Set.toString() used as Map key. +* DATACASS-233 - CassandraCqlClusterFactoryBean won't allow configuration of username/password unless authProvider also given. + + Changes in version 1.4.3.RELEASE (2016-09-20) --------------------------------------------- * DATACASS-331 - Include netty as transient dependency of cassandra-driver.