From 381ba13b48c71ca7811debd8c0fa1c4a98c4901d 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 e90114f1a..ba66d0596 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).