From 68128b04f8c2aebddaece977560667cdd09368e2 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 9 Dec 2020 16:00:49 +0100 Subject: [PATCH] DATACASS-824 - Updated changelog. --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index b706c3203..d8f4bca7c 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data Cassandra Changelog =============================== +Changes in version 3.1.2 (2020-12-09) +------------------------------------- +* DATACASS-834 - Default to datacenter1 in AbstractSessionConfiguration.getLocalDataCenter. +* DATACASS-829 - Regression in mapper prevent list partial update handling. +* DATACASS-828 - Resolve selection projection and ordering of composite key properties into multiple columns. +* DATACASS-824 - Release 3.1.2 (2020.0.2). +* DATACASS-798 - Introduce CassandraDriverOptionsConfigurer and allow specifying a configuration file. + + Changes in version 3.2.0-M1 (2020-12-09) ---------------------------------------- * DATACASS-834 - Default to datacenter1 in AbstractSessionConfiguration.getLocalDataCenter. @@ -1407,5 +1416,6 @@ Changes in version 1.0.0.M1 (2014-03-31) +