From a3e3705703b51cf84d916ffacdcf26bd6dcc0f5a Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Wed, 17 Feb 2021 11:59:32 +0100 Subject: [PATCH] Updated changelog. See #1080 --- 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 dd007f0af..587c18590 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.4 (2021-02-17) +------------------------------------- +* #1087 - Include Bintray plugin repository. +* #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]. + + Changes in version 3.0.7.RELEASE (2021-02-17) --------------------------------------------- * DATACASS-835 - Update CI jobs with Docker Login. @@ -1455,5 +1464,6 @@ Changes in version 1.0.0.M1 (2014-03-31) +