DATACASS-410 - Updated changelog.

This commit is contained in:
Oliver Gierke
2017-04-19 10:10:34 +02:00
parent a430e808f0
commit fec80a10ce

View File

@@ -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.