From fec80a10ce218e396838b35352edcd5bf9cc8872 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 19 Apr 2017 10:10:34 +0200 Subject: [PATCH] DATACASS-410 - Updated changelog. --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 231dd4aa5..91c8263a8 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data Cassandra Changelog =============================== +Changes in version 1.5.2.RELEASE (2017-04-19) +--------------------------------------------- +* DATACASS-428 - Provide insert method on TypedIdCassandraRepository. +* DATACASS-420 - Literal null values in inserts/updates causing cell tombstones. +* DATACASS-413 - Reading Enum collections creates collections containing String values. +* DATACASS-410 - Release 1.5.2 (Ingalls SR2). + + Changes in version 2.0.0.M2 (2017-04-04) ---------------------------------------- * DATACASS-422 - Fix the CassandraRepositoryConfigurationExtension class which does not correctly override the renamed SDC RepositoryConfigurationExtenstionSupport.getRepositoryFactoryBeanClassName() method.