From 65b4faff3bd929e9537ad90f5495ada8fb3c756d Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Thu, 17 May 2018 09:50:40 +0200 Subject: [PATCH] DATACASS-545 - 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 31cce41c8..8592895a9 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.0.M3 (2018-05-17) +---------------------------------------- +* DATACASS-553 - Adapt to SpEL Extension API changes in Spring Data Commons. +* DATACASS-549 - Add Criteria.ne(...) and Criteria.isNotNull() operators. +* DATACASS-548 - Upgrade to Cassandra Java Driver 3.5.0. +* DATACASS-547 - Annotate writing converters for Cassandra date/time conversion. +* DATACASS-546 - Unable to delete user-defined types when one UDT references another. +* DATACASS-545 - Release 2.1 M3 (Lovelace). +* DATACASS-484 - Add Kotlin extensions for Template API. + + Changes in version 2.0.7.RELEASE (2018-05-08) --------------------------------------------- * DATACASS-547 - Annotate writing converters for Cassandra date/time conversion.