From ee81133388273079f9fee6f1a1c198170560d7f8 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 27 Jan 2015 14:35:20 +0100 Subject: [PATCH] DATACASS-195 - Updated changelog. --- src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 5a75dc2cc..13a7535cc 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data Cassandra Changelog =============================== +Changes in version 1.0.5.RELEASE (2015-01-27) +--------------------------------------------- +* DATACASS-197 - Reconsider usage of ingestions for general CQL test cases. +* DATACASS-195 - Release 1.0.5. +* DATACASS-166 - Throw IllegalArgumentException if a column is requested that isn't in the table. +* DATACASS-163 - SDC*-provided repository interfaces are missing @NoRepositoryBean annotation. +* DATACASS-162 - XML attribute "entity-base-packages" is ignored. +* DATACASS-148 - Can't save empty list. +* DATACASS-142 - CassandraTemplate @PrimaryKeyColumn annotation, name property, not working on delete. + + Changes in version 1.2.0.M1 (2014-12-01) ---------------------------------------- * DATACASS-166 - Throw IllegalArgumentException if a column is requested that isn't in the table.