diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 9b36e2f07..e3387c4cb 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.1.0.RELEASE (2014-09-05) +--------------------------------------------- +* DATACASS-165 - Release 1.1 GA. +* DATACASS-163 - SDC*-provided repository interfaces are missing @NoRepositoryBean annotation. +* DATACASS-162 - XML attribute "entity-base-packages" is ignored. +* DATACASS-159 - NPE in CqlTemplate due to uninitialized exception translator. +* DATACASS-158 - Clarify javadoc for CqlOperations methods involving PreparedStatements. +* DATACASS-157 - CqlTemplate execute(PreparedStatementCreator,PreparedStatementCallback) swallows translated exception. + + Changes in version 1.0.4.RELEASE (2014-08-27) --------------------------------------------- * DATACASS-157 - CqlTemplate execute(PreparedStatementCreator,PreparedStatementCallback) swallows translated exception.