diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 2b352cebb..4d0ca1d16 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -52,6 +52,17 @@ Changes in version 2.0.0.M2 (2017-04-04) * DATACASS-181 - cassandraTemplate.select() method doesnt take Statement as an argument. +Changes in version 1.5.1.RELEASE (2017-03-02) +--------------------------------------------- +* DATACASS-406 - Support nested @UserDefinedType for schema creation. +* DATACASS-404 - Link to Jira site in readme.md is wrong. +* DATACASS-402 - OperationTimedOutException translated to CassandraUncategorizedException. +* DATACASS-400 - Cannot instantiate domain objects referencing a mapped UDT in the constructor. +* DATACASS-397 - Missed failing test due to wrong UT class name. +* DATACASS-393 - Remove references to Assert single-arg methods. +* DATACASS-392 - Release 1.5.1 (Ingalls SR1). + + Changes in version 1.4.7.RELEASE (2017-01-26) --------------------------------------------- * DATACASS-372 - Release 1.4.7 (Hopper SR7).