From 5a1be63c02e4706e5dccd9e428ff4a6cc6fa13ce Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Tue, 11 Dec 2018 10:53:07 +0100 Subject: [PATCH] DATACASS-612 - 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 4913341e7..37d0e4a36 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.2.0.M1 (2018-12-11) +---------------------------------------- +* DATACASS-613 - Simplify reference documentation setup. +* DATACASS-612 - Release 2.2 M1 (Moore). +* DATACASS-607 - Custom conversion not applies for Collection elements if only read converter is registered. +* DATACASS-600 - CassandraDataAutoConfiguration.cassandraTemplate(…) declares Operations interface instead of implementation class. + + Changes in version 2.1.3.RELEASE (2018-11-27) --------------------------------------------- * DATACASS-607 - Custom conversion not applies for Collection elements if only read converter is registered.