diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 08a75396d..2b352cebb 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -58,6 +58,21 @@ Changes in version 1.4.7.RELEASE (2017-01-26) * DATACASS-352 - CassandraPersistentPropertyComparator violates comparison method contract. +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.4.6.RELEASE (2016-12-21) --------------------------------------------- * DATACASS-353 - Release 1.4.6 (Hopper SR6).