From 74846591408ee2a2101f7a060c0f1fffd672fa65 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 8 May 2018 10:49:40 +0200 Subject: [PATCH] DATACASS-539 - 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 b9679cbf0..6df78aba2 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data Cassandra Changelog =============================== +Changes in version 1.5.12.RELEASE (2018-05-08) +---------------------------------------------- +* DATACASS-547 - Annotate writing converters for Cassandra date/time conversion. +* DATACASS-546 - Unable to delete user-defined types when one UDT references another. +* DATACASS-541 - Remove links to decommissioned Planet Cassandra. +* DATACASS-539 - Release 1.5.12 (Ingalls SR12). + + Changes in version 2.1.0.M2 (2018-04-13) ---------------------------------------- * DATACASS-542 - Adapt to API changes in Spring Data Commons.