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.