From f9d88e3a156c1489b4ae8e6e2cf3f76e6e907c7a Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 23 Nov 2016 10:34:58 +0100 Subject: [PATCH] DATACASS-354 - Updated changelog. --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index ea0b7790b..ed7ee6047 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data Cassandra Changelog =============================== +Changes in version 2.0.0.M1 (2016-11-23) +---------------------------------------- +* DATACASS-354 - Release 2.0 M1 (Kay). +* DATACASS-172 - Add support for User-defined types. +* DATACASS-292 - Separate asynchronous and synchronous operations in CqlOperations and CassandraOperations into dedicated interfaces and templates. +* DATACASS-335 - Support for reactive data access. + + Changes in version 1.4.5.RELEASE (2016-11-03) --------------------------------------------- * DATACASS-342 - Release 1.4.5 (Hopper SR5).