From fa65ee0cf01b85cef48056bb41f87a5c8af82831 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Wed, 17 Feb 2021 13:59:27 +0100 Subject: [PATCH] Updated changelog. See #1081 --- src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 587c18590..00775865b 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data Cassandra Changelog =============================== +Changes in version 3.2.0-M3 (2021-02-17) +---------------------------------------- +* #1087 - Include Bintray plugin repository. +* #1086 - Upgrade to Cassandra driver 4.10.0. +* #1084 - Null Pointer Exception when User Defined Type is not found. +* #1082 - Cache common PersistentProperty attributes. +* #1008 - Regression in support of sort in queries [DATACASS-842]. +* #1007 - Regression prevent using update to remove an entry from a map [DATACASS-841]. +* #182 - Update repository after GitHub issues migration. + + Changes in version 3.1.4 (2021-02-17) ------------------------------------- * #1087 - Include Bintray plugin repository. @@ -1465,5 +1476,6 @@ Changes in version 1.0.0.M1 (2014-03-31) +