From 6fcea63902cf54f498356f18e3c097d40ca8f3b2 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 30 Sep 2019 11:03:54 +0200 Subject: [PATCH] DATACASS-681 - Updated changelog. --- src/main/resources/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 936e2f977..7891afb98 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,13 @@ Spring Data Cassandra Changelog =============================== +Changes in version 2.1.11.RELEASE (2019-09-30) +---------------------------------------------- +* DATACASS-687 - Creation of UDTs is sometimes not in the correct order. +* DATACASS-684 - Add HTTPS entries into spring.schemas. +* DATACASS-681 - Release 2.1.11 (Lovelace SR11). + + Changes in version 2.2.0.RC3 (2019-09-06) ----------------------------------------- * DATACASS-686 - Adapt to changes in Spring Framework's ClassUtils.isPrimitiveOrWrapper.