From 10c9c0c81d233a83953ce88a3a6e7dddd9d74ff5 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 27 Oct 2017 15:24:12 +0200 Subject: [PATCH] DATACASS-500 - Updated changelog. --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 9b4ee323e..733c2a16c 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data Cassandra Changelog =============================== +Changes in version 2.0.1.RELEASE (2017-10-27) +--------------------------------------------- +* DATACASS-507 - Adapt API changes in Property in test cases. +* DATACASS-506 - Nested User defined type not supported. +* DATACASS-502 - KeyspaceAction ALTER not supported. +* DATACASS-500 - Release 2.0.1 (Kay SR1). + + Changes in version 1.5.8.RELEASE (2017-10-11) --------------------------------------------- * DATACASS-491 - Release 1.5.8 (Ingalls SR8).