From 4d70d8e6d34f8c082f1ab9447a55e0f151e651e3 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 12 Feb 2020 14:46:49 +0100 Subject: [PATCH] DATACASS-719 - Updated changelog. --- src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 8e016ce8b..c00db2b4c 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data Cassandra Changelog =============================== +Changes in version 3.0.0.M3 (2020-02-12) +---------------------------------------- +* DATACASS-728 - Deprecate Joda-Time and ThreeTenBackport support. +* DATACASS-727 - Clean up converter registration. +* DATACASS-726 - Upgrade to DataStax Java Driver 4.4. +* DATACASS-725 - Upgrade to Apache Cassandra 3.11.5. +* DATACASS-722 - Move off deprecated EntityInstantiators. +* DATACASS-721 - Refactor codebase around uses of the new DataStax 4.x Driver API. +* DATACASS-719 - Release 3.0 M3 (Neumann). +* DATACASS-708 - Extend QueryOptions with serial consistency and execution profile. + + Changes in version 3.0.0.M2 (2020-01-17) ---------------------------------------- * DATACASS-717 - Release 3.0 M2 (Neumann). @@ -1133,3 +1145,4 @@ Changes in version 1.0.0.M1 (2014-03-31) +