DATACASS-373 - Updated changelog.

This commit is contained in:
Oliver Gierke
2017-01-26 10:26:32 +01:00
parent 026efc719f
commit 1cda752a20

View File

@@ -1,6 +1,21 @@
Spring Data Cassandra Changelog
===============================
Changes in version 1.5.0.RELEASE (2017-01-26)
---------------------------------------------
* DATACASS-390 - Upgrade to Cassandra Driver 3.1.3.
* DATACASS-388 - Improve JavaDoc for configuration classes.
* DATACASS-386 - Update project documentation with the CLA tool integration.
* DATACASS-385 - Migrate ticket references in test code to Spring Framework style.
* DATACASS-381 - Investigate why the TravisCI build fails regularly.
* DATACASS-380 - Upgrade to Cassandra Driver 3.1.2.
* DATACASS-379 - Document stable packages (JavaDoc).
* DATACASS-373 - Release 1.5 GA (Ingalls).
* DATACASS-355 - User types are dropped before tables using built-in schema creation.
* DATACASS-352 - CassandraPersistentPropertyComparator violates comparison method contract.
* DATACASS-290 - Allow multiple keyspaces in one Spring context.
Changes in version 1.5.0.RC1 (2016-12-21)
-----------------------------------------
* DATACASS-370 - Upgrade to a newer JDK version on TravisCI.