From 1fbb39e2e67ba7320e61e50cd02241a843b0c272 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 5 Aug 2019 11:20:53 +0200 Subject: [PATCH] DATACASS-669 - Updated changelog. --- src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 6aa568dff..7178a2544 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data Cassandra Changelog =============================== +Changes in version 2.1.10.RELEASE (2019-08-05) +---------------------------------------------- +* DATACASS-678 - Cannot create a table with a custom name using CassandraAdminTemplate.createTable(). +* DATACASS-676 - Registering custom converter documentation is wrong. +* DATACASS-672 - PrimaryKeyClass properties not populated when initializing key in entity through constructor. +* DATACASS-671 - Fix NoHTTP errors. +* DATACASS-669 - Release 2.1.10 (Lovelace SR10). +* DATACASS-659 - Introduce Jenkins CI. +* DATACASS-642 - QueryUtils.getTableName(…) fails using quoted identifiers. + + Changes in version 1.5.23.RELEASE (2019-08-05) ---------------------------------------------- * DATACASS-659 - Introduce Jenkins CI.